#163362

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

Shades of Catalina Blue #163362

Tints of Catalina Blue #163362

Color information

#163362 (or 0x163362) is unknown color: approx Catalina Blue. HEX triplet: 16, 33 and 62. RGB value is (22,51,98). Sum of RGB (Red+Green+Blue) = 22+51+98=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #163362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163362 is #E9CC9D. Grayscale: #2F2F2F. Windows color (decimal): -15322270 or 6435606. OLE color: 6435606.

HSL color Cylindrical-coordinate representation of color #163362: hue angle of 217.11º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163362 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB225198-
CMYK0.780.4800.62
HSL217.11º63.33%23.53%-
HSV(B)217.11º77.55%38.43%-
XYZ3.723.4212.02-
YUV47.69156.39109.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.87%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 98 (38.67% from 255) = 57.31%
R=12.87%
G=29.82%
B=57.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2251980.780.4800.62217.1163.3323.53
Hex1633624E3003Ed93f18
Octal2663142116600763317730
Binary101101100111100010100111011000001111101101100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163362; }

 p { color: rgb(22,51,98); }

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

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

 a { background-color: rgb(22,51,98); }

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

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

 span { border-color: rgb(22,51,98); }

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