#163460

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

Shades of Catalina Blue #163460

Tints of Catalina Blue #163460

Color information

#163460 (or 0x163460) is unknown color: approx Catalina Blue. HEX triplet: 16, 34 and 60. RGB value is (22,52,96). Sum of RGB (Red+Green+Blue) = 22+52+96=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #163460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163460 is #E9CB9F. Grayscale: #2F2F2F. Windows color (decimal): -15322016 or 6304790. OLE color: 6304790.

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

Color convert

RGB225296-
CMYK0.770.4600.62
HSL215.68º62.71%23.14%-
HSV(B)215.68º77.08%37.65%-
XYZ3.673.4711.54-
YUV48.05155.06109.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.94%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 96 (37.89% from 255) = 56.47%
R=12.94%
G=30.59%
B=56.47%

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
Decimal2252960.770.4600.62215.6862.7123.14
Hex1634604D2E03Ed83f17
Octal2664140115560763307727
Binary101101101001100000100110110111001111101101100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163460; }

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

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

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

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

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

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

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

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