Html Css Color HEX #173260 Catalina Blue

📋 copy color: '#173260'

red 23 ◦ green 50 ◦ blue 96

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

Shades of Catalina Blue #173260

Tints of Catalina Blue #173260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.59%

 BLUE value IS 96 (37.89% from 255) = 56.8%

R = 13.61%
G = 29.59%
B = 56.8%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#173260 (or 0x173260) is known color: Catalina Blue. HEX triplet: 17, 32 and 60. RGB value is (23,50,96). Sum of RGB (Red+Green+Blue) = 23+50+96=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #173260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173260 is #E8CD9F. Grayscale: #2E2E2E. Windows color (decimal): -15256992 or 6304279. OLE color: 6304279.

HSL color Cylindrical-coordinate representation of color #173260: hue angle of 217.81º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #173260 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 50 96 -
CMYK 0.76 0.48 0 0.62
HSL 217.81º 0.61% 0.23% -
HSV(B) 217.81º 0.76% 0.38% -
XYZ 3.61 3.31 11.51 -
YUV 47.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 23 50 96 0.76 0.48 0 0.62 217.81 0.61 0.23
Hex 17 32 60 4C 30 0 3E DA 3D 17
Octal 27 62 140 114 60 0 76 332 75 27
Binary 10111 110010 1100000 1001100 110000 0 111110 11011010 111101 10111

Color Harmonies of #173260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173260

Black with #173260

Text Example


Text Example

White with #173260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173260; }

 p { color: rgb(23,50,96); }

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

background-color css

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

 a { background-color: rgb(23,50,96); }

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

border-color css

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

 span { border-color: rgb(23,50,96); }

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