#2B466A

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

Shades of Catalina Blue #2B466A

Tints of Catalina Blue #2B466A

Color information

#2B466A (or 0x2B466A) is unknown color: approx Catalina Blue. HEX triplet: 2B, 46 and 6A. RGB value is (43,70,106). Sum of RGB (Red+Green+Blue) = 43+70+106=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B466A is #D4B995. Grayscale: #414141. Windows color (decimal): -13941142 or 6964779. OLE color: 6964779.

HSL color Cylindrical-coordinate representation of color #2B466A: hue angle of 214.29º 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 #2B466A is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4370106-
CMYK0.590.3400.58
HSL214.29º42.28%29.22%-
HSV(B)214.29º59.43%41.57%-
XYZ5.795.9314.48-
YUV66.03150.55111.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.63%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=19.63%
G=31.96%
B=48.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43701060.590.3400.58214.2942.2829.22
Hex2B466A3B2203Ad62a1d
Octal5310615273420723265235
Binary1010111000110110101011101110001001110101101011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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