#2A4768

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

Shades of Catalina Blue #2A4768

Tints of Catalina Blue #2A4768

Color information

#2A4768 (or 0x2A4768) is unknown color: approx Catalina Blue. HEX triplet: 2A, 47 and 68. RGB value is (42,71,104). Sum of RGB (Red+Green+Blue) = 42+71+104=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A4768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4768 is #D5B897. Grayscale: #414141. Windows color (decimal): -14006424 or 6833962. OLE color: 6833962.

HSL color Cylindrical-coordinate representation of color #2A4768: hue angle of 211.94º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A4768 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4271104-
CMYK0.600.3200.59
HSL211.94º42.47%28.63%-
HSV(B)211.94º59.62%40.78%-
XYZ5.71613.95-
YUV66.09149.39110.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.35%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 104 (41.02% from 255) = 47.93%
R=19.35%
G=32.72%
B=47.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42711040.600.3200.59211.9442.4728.63
Hex2A47683C2003Bd42a1d
Octal5210715074400733245235
Binary1010101000111110100011110010000001110111101010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,71,104); }

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

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

 a { background-color: rgb(42,71,104); }

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

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

 span { border-color: rgb(42,71,104); }

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