Html Css Color HEX #172E52 Catalina Blue

📋 copy color: '#172E52'

red 23 ◦ green 46 ◦ blue 82

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

Shades of Catalina Blue #172E52

Tints of Catalina Blue #172E52

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.46%

 BLUE value IS 82 (32.42% from 255) = 54.3%

R = 15.23%
G = 30.46%
B = 54.3%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#172E52 (or 0x172E52) is known color: Catalina Blue. HEX triplet: 17, 2E and 52. RGB value is (23,46,82). Sum of RGB (Red+Green+Blue) = 23+46+82=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #172E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E52 is #E8D1AD. Grayscale: #2B2B2B. Windows color (decimal): -15258030 or 5385751. OLE color: 5385751.

HSL color Cylindrical-coordinate representation of color #172E52: hue angle of 216.61º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #172E52 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 46 82 -
CMYK 0.72 0.44 0 0.68
HSL 216.61º 0.56% 0.21% -
HSV(B) 216.61º 0.72% 0.32% -
XYZ 2.85 2.75 8.36 -
YUV 43.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 23 46 82 0.72 0.44 0 0.68 216.61 0.56 0.21
Hex 17 2E 52 48 2C 0 44 D9 38 15
Octal 27 56 122 110 54 0 104 331 70 25
Binary 10111 101110 1010010 1001000 101100 0 1000100 11011001 111000 10101

Color Harmonies of #172E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E52

Black with #172E52

Text Example


Text Example

White with #172E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,46,82); }

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

background-color css

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

 a { background-color: rgb(23,46,82); }

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

border-color css

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

 span { border-color: rgb(23,46,82); }

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