Html Css Color HEX #175374 Orient

📋 copy color: '#175374'

red 23 ◦ green 83 ◦ blue 116

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

Shades of Orient #175374

Tints of Orient #175374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.25%

R = 10.36%
G = 37.39%
B = 52.25%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#175374 (or 0x175374) is known color: Orient. HEX triplet: 17, 53 and 74. RGB value is (23,83,116). Sum of RGB (Red+Green+Blue) = 23+83+116=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #175374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175374 is #E8AC8B. Grayscale: #444444. Windows color (decimal): -15248524 or 7623447. OLE color: 7623447.

HSL color Cylindrical-coordinate representation of color #175374: hue angle of 201.29º degrees, saturation: 0.67, 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 #175374 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 83 116 -
CMYK 0.80 0.28 0 0.55
HSL 201.29º 0.67% 0.27% -
HSV(B) 201.29º 0.8% 0.45% -
XYZ 6.6 7.63 17.65 -
YUV 68.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 23 83 116 0.80 0.28 0 0.55 201.29 0.67 0.27
Hex 17 53 74 50 1C 0 37 C9 43 1B
Octal 27 123 164 120 34 0 67 311 103 33
Binary 10111 1010011 1110100 1010000 11100 0 110111 11001001 1000011 11011

Color Harmonies of #175374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175374

Black with #175374

Text Example


Text Example

White with #175374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175374; }

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

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

background-color css

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

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

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

border-color css

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

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

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