Html Css Color HEX #175377 Orient

📋 copy color: '#175377'

red 23 ◦ green 83 ◦ blue 119

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

Shades of Orient #175377

Tints of Orient #175377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 10.22%
G = 36.89%
B = 52.89%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#175377 (or 0x175377) is known color: Orient. HEX triplet: 17, 53 and 77. RGB value is (23,83,119). Sum of RGB (Red+Green+Blue) = 23+83+119=225 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.22% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #175377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175377 is #E8AC88. Grayscale: #444444. Windows color (decimal): -15248521 or 7820055. OLE color: 7820055.

HSL color Cylindrical-coordinate representation of color #175377: hue angle of 202.5º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175377 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 23 83 119 -
CMYK 0.81 0.30 0 0.53
HSL 202.5º 0.68% 0.28% -
HSV(B) 202.5º 0.81% 0.47% -
XYZ 6.78 7.7 18.58 -
YUV 69.16 156.12 95.07 -
System Red Green Blue C M Y K H S L
Decimal 23 83 119 0.81 0.30 0 0.53 202.5 0.68 0.28
Hex 17 53 77 51 1E 0 35 CA 44 1C
Octal 27 123 167 121 36 0 65 312 104 34
Binary 10111 1010011 1110111 1010001 11110 0 110101 11001010 1000100 11100

Color Harmonies of #175377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175377

Black with #175377

Text Example


Text Example

White with #175377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175377; }

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

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

background-color css

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

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

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

border-color css

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

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

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