#163461

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

Shades of Catalina Blue #163461

Tints of Catalina Blue #163461

Color information

#163461 (or 0x163461) is unknown color: approx Catalina Blue. HEX triplet: 16, 34 and 61. RGB value is (22,52,97). Sum of RGB (Red+Green+Blue) = 22+52+97=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #163461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163461 is #E9CB9E. Grayscale: #2F2F2F. Windows color (decimal): -15322015 or 6370326. OLE color: 6370326.

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

Color convert

RGB225297-
CMYK0.770.4600.62
HSL216º63.03%23.33%-
HSV(B)216º77.32%38.04%-
XYZ3.723.4911.79-
YUV48.16155.56109.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.87%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=12.87%
G=30.41%
B=56.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2252970.770.4600.6221663.0323.33
Hex1634614D2E03Ed83f17
Octal2664141115560763307727
Binary101101101001100001100110110111001111101101100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163461; }

 p { color: rgb(22,52,97); }

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

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

 a { background-color: rgb(22,52,97); }

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

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

 span { border-color: rgb(22,52,97); }

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