#2A476C

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

Shades of Catalina Blue #2A476C

Tints of Catalina Blue #2A476C

Color information

#2A476C (or 0x2A476C) is unknown color: approx Catalina Blue. HEX triplet: 2A, 47 and 6C. RGB value is (42,71,108). Sum of RGB (Red+Green+Blue) = 42+71+108=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A476C is #D5B893. Grayscale: #424242. Windows color (decimal): -14006420 or 7096106. OLE color: 7096106.

HSL color Cylindrical-coordinate representation of color #2A476C: hue angle of 213.64º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A476C is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4271108-
CMYK0.610.3400.58
HSL213.64º44%29.41%-
HSV(B)213.64º61.11%42.35%-
XYZ5.916.0815.05-
YUV66.55151.39110.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.00%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=19.00%
G=32.13%
B=48.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42711080.610.3400.58213.644429.41
Hex2A476C3D2203Ad62c1d
Octal5210715475420723265435
Binary1010101000111110110011110110001001110101101011010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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