#2C4063

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

Shades of Catalina Blue #2C4063

Tints of Catalina Blue #2C4063

Color information

#2C4063 (or 0x2C4063) is unknown color: approx Catalina Blue. HEX triplet: 2C, 40 and 63. RGB value is (44,64,99). Sum of RGB (Red+Green+Blue) = 44+64+99=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C4063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4063 is #D3BF9C. Grayscale: #3D3D3D. Windows color (decimal): -13877149 or 6504492. OLE color: 6504492.

HSL color Cylindrical-coordinate representation of color #2C4063: hue angle of 218.18º 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 #2C4063 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB446499-
CMYK0.560.3500.61
HSL218.18º38.46%28.04%-
HSV(B)218.18º55.56%38.82%-
XYZ5.125.112.52-
YUV62.01148.87115.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.26%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 99 (39.06% from 255) = 47.83%
R=21.26%
G=30.92%
B=47.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4464990.560.3500.61218.1838.4628.04
Hex2C4063382303Dda261c
Octal5410014370430753324634
Binary1011001000000110001111100010001101111011101101010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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