Html Css Color HEX #175372 Orient

📋 copy color: '#175372'

red 23 ◦ green 83 ◦ blue 114

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

Shades of Orient #175372

Tints of Orient #175372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.73%

 BLUE value IS 114 (44.92% from 255) = 51.82%

R = 10.45%
G = 37.73%
B = 51.82%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#175372 (or 0x175372) is known color: Orient. HEX triplet: 17, 53 and 72. RGB value is (23,83,114). Sum of RGB (Red+Green+Blue) = 23+83+114=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #175372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175372 is #E8AC8D. Grayscale: #444444. Windows color (decimal): -15248526 or 7492375. OLE color: 7492375.

HSL color Cylindrical-coordinate representation of color #175372: hue angle of 200.44º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175372 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 83 114 -
CMYK 0.80 0.27 0 0.55
HSL 200.44º 0.66% 0.27% -
HSV(B) 200.44º 0.8% 0.45% -
XYZ 6.48 7.58 17.04 -
YUV 68.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 23 83 114 0.80 0.27 0 0.55 200.44 0.66 0.27
Hex 17 53 72 50 1B 0 37 C8 42 1B
Octal 27 123 162 120 33 0 67 310 102 33
Binary 10111 1010011 1110010 1010000 11011 0 110111 11001000 1000010 11011

Color Harmonies of #175372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175372

Black with #175372

Text Example


Text Example

White with #175372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175372; }

 p { color: rgb(23,83,114); }

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

background-color css

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

 a { background-color: rgb(23,83,114); }

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

border-color css

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

 span { border-color: rgb(23,83,114); }

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