#2D476A

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

Shades of Catalina Blue #2D476A

Tints of Catalina Blue #2D476A

Color information

#2D476A (or 0x2D476A) is unknown color: approx Catalina Blue. HEX triplet: 2D, 47 and 6A. RGB value is (45,71,106). Sum of RGB (Red+Green+Blue) = 45+71+106=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D476A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D476A is #D2B895. Grayscale: #434343. Windows color (decimal): -13809814 or 6965037. OLE color: 6965037.

HSL color Cylindrical-coordinate representation of color #2D476A: hue angle of 214.43º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D476A is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4571106-
CMYK0.580.3300.58
HSL214.43º40.4%29.61%-
HSV(B)214.43º57.55%41.57%-
XYZ5.946.114.5-
YUV67.22149.89112.15-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.27%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 106 (41.80% from 255) = 47.75%
R=20.27%
G=31.98%
B=47.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45711060.580.3300.58214.4340.429.61
Hex2D476A3A2103Ad6281e
Octal5510715272410723265036
Binary1011011000111110101011101010000101110101101011010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,71,106); }

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

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

 a { background-color: rgb(45,71,106); }

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

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

 span { border-color: rgb(45,71,106); }

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