Html Css Color HEX #17355F Catalina Blue

📋 copy color: '#17355F'

red 23 ◦ green 53 ◦ blue 95

#17355F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #17355F

Tints of Catalina Blue #17355F

RGB

 RED value IS 23 (9.38% from 255) = 13.45%

 GREEN value IS 53 (21.09% from 255) = 30.99%

 BLUE value IS 95 (37.5% from 255) = 55.56%

R = 13.45%
G = 30.99%
B = 55.56%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17355F (or 0x17355F) is known color: Catalina Blue. HEX triplet: 17, 35 and 5F. RGB value is (23,53,95). Sum of RGB (Red+Green+Blue) = 23+53+95=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #17355F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17355F is #E8CAA0. Grayscale: #303030. Windows color (decimal): -15256225 or 6239511. OLE color: 6239511.

HSL color Cylindrical-coordinate representation of color #17355F: hue angle of 215º 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 #17355F is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 53 95 -
CMYK 0.76 0.44 0 0.63
HSL 215º 0.61% 0.23% -
HSV(B) 215º 0.76% 0.37% -
XYZ 3.69 3.55 11.32 -
YUV 48.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 23 53 95 0.76 0.44 0 0.63 215 0.61 0.23
Hex 17 35 5F 4C 2C 0 3F D7 3D 17
Octal 27 65 137 114 54 0 77 327 75 27
Binary 10111 110101 1011111 1001100 101100 0 111111 11010111 111101 10111

Color Harmonies of #17355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17355F

Black with #17355F

Text Example


Text Example

White with #17355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #17355F;
 }
 .AnyTagClassName
 {
   color: #17355F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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