#17396E

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

Shades of Catalina Blue #17396E

Tints of Catalina Blue #17396E

Color information

#17396E (or 0x17396E) is unknown color: approx Catalina Blue. HEX triplet: 17, 39 and 6E. RGB value is (23,57,110). Sum of RGB (Red+Green+Blue) = 23+57+110=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #17396E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17396E is #E8C691. Grayscale: #343434. Windows color (decimal): -15255186 or 7223575. OLE color: 7223575.

HSL color Cylindrical-coordinate representation of color #17396E: hue angle of 216.55º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17396E is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2357110-
CMYK0.790.4800.57
HSL216.55º65.41%26.08%-
HSV(B)216.55º79.09%43.14%-
XYZ4.634.2315.33-
YUV52.88160.24106.69-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.11%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 110 (43.36% from 255) = 57.89%
R=12.11%
G=30%
B=57.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal23571100.790.4800.57216.5565.4126.08
Hex17396E4F30039d9411a
Octal27711561176007133110132
Binary1011111100111011101001111110000011100111011001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17396E; }

 p { color: rgb(23,57,110); }

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

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

 a { background-color: rgb(23,57,110); }

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

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

 span { border-color: rgb(23,57,110); }

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