#17335F

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

Shades of Catalina Blue #17335F

Tints of Catalina Blue #17335F

Color information

#17335F (or 0x17335F) is unknown color: approx Catalina Blue. HEX triplet: 17, 33 and 5F. RGB value is (23,51,95). Sum of RGB (Red+Green+Blue) = 23+51+95=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 95 (37.5% from 255 or 56.21% from 169); Max value from RGB is 95 - color contains mainly: blue. Hex color #17335F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17335F is #E8CCA0. Grayscale: #2F2F2F. Windows color (decimal): -15256737 or 6238999. OLE color: 6238999.

HSL color Cylindrical-coordinate representation of color #17335F: hue angle of 216.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17335F is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB235195-
CMYK0.760.4600.63
HSL216.67º61.02%23.14%-
HSV(B)216.67º75.79%37.25%-
XYZ3.63.3811.29-
YUV47.64154.72110.42-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.61%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 95 (37.5% from 255) = 56.21%
R=13.61%
G=30.18%
B=56.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2351950.760.4600.63216.6761.0223.14
Hex17335F4C2E03Fd93d17
Octal2763137114560773317527
Binary101111100111011111100110010111001111111101100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17335F; }

 p { color: rgb(23,51,95); }

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

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

 a { background-color: rgb(23,51,95); }

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

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

 span { border-color: rgb(23,51,95); }

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