#163661

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

Shades of Catalina Blue #163661

Tints of Catalina Blue #163661

Color information

#163661 (or 0x163661) is unknown color: approx Catalina Blue. HEX triplet: 16, 36 and 61. RGB value is (22,54,97). Sum of RGB (Red+Green+Blue) = 22+54+97=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #163661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163661 is #E9C99E. Grayscale: #313131. Windows color (decimal): -15321503 or 6370838. OLE color: 6370838.

HSL color Cylindrical-coordinate representation of color #163661: hue angle of 214.4º 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 #163661 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB225497-
CMYK0.770.4400.62
HSL214.4º63.03%23.33%-
HSV(B)214.4º77.32%38.04%-
XYZ3.813.6711.82-
YUV49.33154.9108.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.72%
GREEN value IS 54 (21.48% from 255) = 31.21%
BLUE value IS 97 (38.28% from 255) = 56.07%
R=12.72%
G=31.21%
B=56.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2254970.770.4400.62214.463.0323.33
Hex1636614D2C03Ed63f17
Octal2666141115540763267727
Binary101101101101100001100110110110001111101101011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163661; }

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

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

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

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

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

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

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

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