#2B426A

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

Shades of Catalina Blue #2B426A

Tints of Catalina Blue #2B426A

Color information

#2B426A (or 0x2B426A) is unknown color: approx Catalina Blue. HEX triplet: 2B, 42 and 6A. RGB value is (43,66,106). Sum of RGB (Red+Green+Blue) = 43+66+106=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B426A is #D4BD95. Grayscale: #3F3F3F. Windows color (decimal): -13942166 or 6963755. OLE color: 6963755.

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

Color convert

RGB4366106-
CMYK0.590.3800.58
HSL218.1º42.28%29.22%-
HSV(B)218.1º59.43%41.57%-
XYZ5.555.4514.4-
YUV63.68151.88113.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 106 (41.80% from 255) = 49.30%
R=20%
G=30.70%
B=49.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43661060.590.3800.58218.142.2829.22
Hex2B426A3B2603Ada2a1d
Octal5310215273460723325235
Binary1010111000010110101011101110011001110101101101010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,66,106); }

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

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

 a { background-color: rgb(43,66,106); }

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

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

 span { border-color: rgb(43,66,106); }

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