#163464

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

Shades of Catalina Blue #163464

Tints of Catalina Blue #163464

Color information

#163464 (or 0x163464) is unknown color: approx Catalina Blue. HEX triplet: 16, 34 and 64. RGB value is (22,52,100). Sum of RGB (Red+Green+Blue) = 22+52+100=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 100 (39.45% from 255 or 57.47% from 174); Max value from RGB is 100 - color contains mainly: blue. Hex color #163464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163464 is #E9CB9B. Grayscale: #303030. Windows color (decimal): -15322012 or 6566934. OLE color: 6566934.

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

Color convert

RGB2252100-
CMYK0.780.4800.61
HSL216.92º63.93%23.92%-
HSV(B)216.92º78%39.22%-
XYZ3.863.5512.54-
YUV48.5157.06109.1-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.64%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 100 (39.45% from 255) = 57.47%
R=12.64%
G=29.89%
B=57.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal22521000.780.4800.61216.9263.9323.92
Hex1634644E3003Dd94018
Octal26641441166007533110030
Binary1011011010011001001001110110000011110111011001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163464; }

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

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

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

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

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

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

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

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