#2D4769

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

Shades of Catalina Blue #2D4769

Tints of Catalina Blue #2D4769

Color information

#2D4769 (or 0x2D4769) is unknown color: approx Catalina Blue. HEX triplet: 2D, 47 and 69. RGB value is (45,71,105). Sum of RGB (Red+Green+Blue) = 45+71+105=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #2D4769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4769 is #D2B896. Grayscale: #424242. Windows color (decimal): -13809815 or 6899501. OLE color: 6899501.

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

Color convert

RGB4571105-
CMYK0.570.3200.59
HSL214º40%29.41%-
HSV(B)214º57.14%41.18%-
XYZ5.896.0814.23-
YUV67.1149.39112.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.36%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 105 (41.41% from 255) = 47.51%
R=20.36%
G=32.13%
B=47.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal45711050.570.3200.592144029.41
Hex2D4769392003Bd6281d
Octal5510715171400733265035
Binary1011011000111110100111100110000001110111101011010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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