#17345B

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

Shades of Catalina Blue #17345B

Tints of Catalina Blue #17345B

Color information

#17345B (or 0x17345B) is unknown color: approx Catalina Blue. HEX triplet: 17, 34 and 5B. RGB value is (23,52,91). Sum of RGB (Red+Green+Blue) = 23+52+91=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #17345B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17345B is #E8CBA4. Grayscale: #2F2F2F. Windows color (decimal): -15256485 or 5977111. OLE color: 5977111.

HSL color Cylindrical-coordinate representation of color #17345B: hue angle of 214.41º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17345B is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB235291-
CMYK0.750.4300.64
HSL214.41º59.65%22.35%-
HSV(B)214.41º74.73%35.69%-
XYZ3.473.3910.37-
YUV47.78152.39110.33-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.86%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 91 (35.94% from 255) = 54.82%
R=13.86%
G=31.33%
B=54.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2352910.750.4300.64214.4159.6522.35
Hex17345B4B2B040d63c16
Octal27641331135301003267426
Binary1011111010010110111001011101011010000001101011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17345B; }

 p { color: rgb(23,52,91); }

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

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

 a { background-color: rgb(23,52,91); }

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

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

 span { border-color: rgb(23,52,91); }

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