Html Css Color HEX #175376 Orient

📋 copy color: '#175376'

red 23 ◦ green 83 ◦ blue 118

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

Shades of Orient #175376

Tints of Orient #175376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.68%

R = 10.27%
G = 37.05%
B = 52.68%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#175376 (or 0x175376) is known color: Orient. HEX triplet: 17, 53 and 76. RGB value is (23,83,118). Sum of RGB (Red+Green+Blue) = 23+83+118=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #175376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175376 is #E8AC89. Grayscale: #444444. Windows color (decimal): -15248522 or 7754519. OLE color: 7754519.

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

Color convert

RGB 23 83 118 -
CMYK 0.81 0.30 0 0.54
HSL 202.11º 0.67% 0.28% -
HSV(B) 202.11º 0.81% 0.46% -
XYZ 6.72 7.68 18.27 -
YUV 69.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 23 83 118 0.81 0.30 0 0.54 202.11 0.67 0.28
Hex 17 53 76 51 1E 0 36 CA 43 1C
Octal 27 123 166 121 36 0 66 312 103 34
Binary 10111 1010011 1110110 1010001 11110 0 110110 11001010 1000011 11100

Color Harmonies of #175376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175376

Black with #175376

Text Example


Text Example

White with #175376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175376; }

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

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

background-color css

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

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

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

border-color css

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

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

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