#2B4769

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

Shades of Catalina Blue #2B4769

Tints of Catalina Blue #2B4769

Color information

#2B4769 (or 0x2B4769) is unknown color: approx Catalina Blue. HEX triplet: 2B, 47 and 69. RGB value is (43,71,105). Sum of RGB (Red+Green+Blue) = 43+71+105=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B4769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4769 is #D4B896. Grayscale: #424242. Windows color (decimal): -13940887 or 6899499. OLE color: 6899499.

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

Color convert

RGB4371105-
CMYK0.590.3200.59
HSL212.9º41.89%29.02%-
HSV(B)212.9º59.05%41.18%-
XYZ5.86.0414.22-
YUV66.5149.72111.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.63%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 105 (41.41% from 255) = 47.95%
R=19.63%
G=32.42%
B=47.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43711050.590.3200.59212.941.8929.02
Hex2B47693B2003Bd52a1d
Octal5310715173400733255235
Binary1010111000111110100111101110000001110111101010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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