#2B436B

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

Shades of Catalina Blue #2B436B

Tints of Catalina Blue #2B436B

Color information

#2B436B (or 0x2B436B) is unknown color: approx Catalina Blue. HEX triplet: 2B, 43 and 6B. RGB value is (43,67,107). Sum of RGB (Red+Green+Blue) = 43+67+107=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B436B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B436B is #D4BC94. Grayscale: #404040. Windows color (decimal): -13941909 or 7029547. OLE color: 7029547.

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

Color convert

RGB4367107-
CMYK0.600.3700.58
HSL217.5º42.67%29.41%-
HSV(B)217.5º59.81%41.96%-
XYZ5.665.5914.69-
YUV64.38152.05112.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.82%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 107 (42.19% from 255) = 49.31%
R=19.82%
G=30.88%
B=49.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43671070.600.3700.58217.542.6729.41
Hex2B436B3C2503Ada2b1d
Octal5310315374450723325335
Binary1010111000011110101111110010010101110101101101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B436B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,67,107); }

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

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

 a { background-color: rgb(43,67,107); }

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

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

 span { border-color: rgb(43,67,107); }

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