Html Css Color HEX #172F58 Catalina Blue

📋 copy color: '#172F58'

red 23 ◦ green 47 ◦ blue 88

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

Shades of Catalina Blue #172F58

Tints of Catalina Blue #172F58

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.75%

 BLUE value IS 88 (34.77% from 255) = 55.7%

R = 14.56%
G = 29.75%
B = 55.7%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#172F58 (or 0x172F58) is known color: Catalina Blue. HEX triplet: 17, 2F and 58. RGB value is (23,47,88). Sum of RGB (Red+Green+Blue) = 23+47+88=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #172F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F58 is #E8D0A7. Grayscale: #2C2C2C. Windows color (decimal): -15257768 or 5779223. OLE color: 5779223.

HSL color Cylindrical-coordinate representation of color #172F58: hue angle of 217.85º 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 #172F58 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 47 88 -
CMYK 0.74 0.47 0 0.65
HSL 217.85º 0.59% 0.22% -
HSV(B) 217.85º 0.74% 0.35% -
XYZ 3.13 2.92 9.63 -
YUV 44.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 23 47 88 0.74 0.47 0 0.65 217.85 0.59 0.22
Hex 17 2F 58 4A 2F 0 41 DA 3B 16
Octal 27 57 130 112 57 0 101 332 73 26
Binary 10111 101111 1011000 1001010 101111 0 1000001 11011010 111011 10110

Color Harmonies of #172F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F58

Black with #172F58

Text Example


Text Example

White with #172F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172F58; }

 p { color: rgb(23,47,88); }

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

background-color css

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

 a { background-color: rgb(23,47,88); }

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

border-color css

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

 span { border-color: rgb(23,47,88); }

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