#2C4363

Color #2C4363 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #2C4363

Tints of Catalina Blue #2C4363

Color information

#2C4363 (or 0x2C4363) is unknown color: approx Catalina Blue. HEX triplet: 2C, 43 and 63. RGB value is (44,67,99). Sum of RGB (Red+Green+Blue) = 44+67+99=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C4363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4363 is #D3BC9C. Grayscale: #3F3F3F. Windows color (decimal): -13876381 or 6505260. OLE color: 6505260.

HSL color Cylindrical-coordinate representation of color #2C4363: hue angle of 214.91º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C4363 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB446799-
CMYK0.560.3200.61
HSL214.91º38.46%28.04%-
HSV(B)214.91º55.56%38.82%-
XYZ5.35.4512.58-
YUV63.77147.88113.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 20.95%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=20.95%
G=31.90%
B=47.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4467990.560.3200.61214.9138.4628.04
Hex2C4363382003Dd7261c
Octal5410314370400753274634
Binary1011001000011110001111100010000001111011101011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C4363; }

 p { color: rgb(44,67,99); }

 H1.HeaderClassName
 {
   color: #2C4363;
 }
 .AnyTagClassName
 {
   color: #2C4363;
 }
</style>
background-color css

<style>
 a { background-color: #2C4363; }

 a { background-color: rgb(44,67,99); }

 div.DivClassName
 {
   background-color: #2C4363;
 }
 .BgClassName
 {
   background-color: #2C4363;
 }
</style>
border-color css

<style>
 span { border-color: #2C4363; }

 span { border-color: rgb(44,67,99); }

 td.TdClassName
 {
   border-color: #2C4363;
 }
 .TagClassName
 {
   border-color: #2C4363;
 }
</style>