#163562

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

Shades of Catalina Blue #163562

Tints of Catalina Blue #163562

Color information

#163562 (or 0x163562) is unknown color: approx Catalina Blue. HEX triplet: 16, 35 and 62. RGB value is (22,53,98). Sum of RGB (Red+Green+Blue) = 22+53+98=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #163562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163562 is #E9CA9D. Grayscale: #303030. Windows color (decimal): -15321758 or 6436118. OLE color: 6436118.

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

Color convert

RGB225398-
CMYK0.780.4600.62
HSL215.53º63.33%23.53%-
HSV(B)215.53º77.55%38.43%-
XYZ3.813.612.05-
YUV48.86155.73108.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.72%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 98 (38.67% from 255) = 56.65%
R=12.72%
G=30.64%
B=56.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2253980.780.4600.62215.5363.3323.53
Hex1635624E2E03Ed83f18
Octal2665142116560763307730
Binary101101101011100010100111010111001111101101100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163562; }

 p { color: rgb(22,53,98); }

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

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

 a { background-color: rgb(22,53,98); }

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

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

 span { border-color: rgb(22,53,98); }

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