#17335A

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

Shades of Catalina Blue #17335A

Tints of Catalina Blue #17335A

Color information

#17335A (or 0x17335A) is unknown color: approx Catalina Blue. HEX triplet: 17, 33 and 5A. RGB value is (23,51,90). Sum of RGB (Red+Green+Blue) = 23+51+90=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #17335A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17335A is #E8CCA5. Grayscale: #2E2E2E. Windows color (decimal): -15256742 or 5911319. OLE color: 5911319.

HSL color Cylindrical-coordinate representation of color #17335A: hue angle of 214.93º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17335A is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB235190-
CMYK0.740.4300.65
HSL214.93º59.29%22.16%-
HSV(B)214.93º74.44%35.29%-
XYZ3.383.2910.13-
YUV47.07152.22110.83-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.02%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 90 (35.55% from 255) = 54.88%
R=14.02%
G=31.10%
B=54.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2351900.740.4300.65214.9359.2922.16
Hex17335A4A2B041d73b16
Octal27631321125301013277326
Binary1011111001110110101001010101011010000011101011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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