#2B446C

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

Shades of Catalina Blue #2B446C

Tints of Catalina Blue #2B446C

Color information

#2B446C (or 0x2B446C) is unknown color: approx Catalina Blue. HEX triplet: 2B, 44 and 6C. RGB value is (43,68,108). Sum of RGB (Red+Green+Blue) = 43+68+108=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B446C is #D4BB93. Grayscale: #404040. Windows color (decimal): -13941652 or 7095339. OLE color: 7095339.

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

Color convert

RGB4368108-
CMYK0.600.3700.58
HSL216.92º43.05%29.61%-
HSV(B)216.92º60.19%42.35%-
XYZ5.775.7314.99-
YUV65.08152.22112.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.63%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=19.63%
G=31.05%
B=49.32%

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
Decimal43681080.600.3700.58216.9243.0529.61
Hex2B446C3C2503Ad92b1e
Octal5310415474450723315336
Binary1010111000100110110011110010010101110101101100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,68,108); }

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

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

 a { background-color: rgb(43,68,108); }

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

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

 span { border-color: rgb(43,68,108); }

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