Html Css Color HEX #163362 Catalina Blue

📋 copy color: '#163362'

red 22 ◦ green 51 ◦ blue 98

#163362
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #163362

Tints of Catalina Blue #163362

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 value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163362 (or 0x163362) is known color: 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

RGB 22 51 98 -
CMYK 0.78 0.48 0 0.62
HSL 217.11º 0.63% 0.24% -
HSV(B) 217.11º 0.78% 0.38% -
XYZ 3.72 3.42 12.02 -
YUV 47.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 22 51 98 0.78 0.48 0 0.62 217.11 0.63 0.24
Hex 16 33 62 4E 30 0 3E D9 3F 18
Octal 26 63 142 116 60 0 76 331 77 30
Binary 10110 110011 1100010 1001110 110000 0 111110 11011001 111111 11000

Color Harmonies of #163362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163362

Black with #163362

Text Example


Text Example

White with #163362

Text Example


Text Example

HTML Codes & Css Web 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>