#162F52

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

Shades of Catalina Blue #162F52

Tints of Catalina Blue #162F52

Color information

#162F52 (or 0x162F52) is unknown color: approx Catalina Blue. HEX triplet: 16, 2F and 52. RGB value is (22,47,82). Sum of RGB (Red+Green+Blue) = 22+47+82=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #162F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162F52 is #E9D0AD. Grayscale: #2B2B2B. Windows color (decimal): -15323310 or 5386006. OLE color: 5386006.

HSL color Cylindrical-coordinate representation of color #162F52: hue angle of 215º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #162F52 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB224782-
CMYK0.730.4300.68
HSL215º57.69%20.39%-
HSV(B)215º73.17%32.16%-
XYZ2.872.818.37-
YUV43.52149.72112.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.57%
GREEN value IS 47 (18.75% from 255) = 31.13%
BLUE value IS 82 (32.42% from 255) = 54.30%
R=14.57%
G=31.13%
B=54.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2247820.730.4300.6821557.6920.39
Hex162F52492B044d73a14
Octal26571221115301043277224
Binary1011010111110100101001001101011010001001101011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162F52; }

 p { color: rgb(22,47,82); }

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

<style>
 a { background-color: #162F52; }

 a { background-color: rgb(22,47,82); }

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

<style>
 span { border-color: #162F52; }

 span { border-color: rgb(22,47,82); }

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