Html Css Color HEX #205376 Orient

📋 copy color: '#205376'

red 32 ◦ green 83 ◦ blue 118

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

Shades of Orient #205376

Tints of Orient #205376

RGB

 RED value IS 32 (12.89% from 255) = 13.73%

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

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

R = 13.73%
G = 35.62%
B = 50.64%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#205376 (or 0x205376) is known color: Orient. HEX triplet: 20, 53 and 76. RGB value is (32,83,118). Sum of RGB (Red+Green+Blue) = 32+83+118=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #205376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205376 is #DFAC89. Grayscale: #474747. Windows color (decimal): -14658698 or 7754528. OLE color: 7754528.

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

Color convert

RGB 32 83 118 -
CMYK 0.73 0.30 0 0.54
HSL 204.42º 0.57% 0.29% -
HSV(B) 204.42º 0.73% 0.46% -
XYZ 6.96 7.8 18.28 -
YUV 71.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 32 83 118 0.73 0.30 0 0.54 204.42 0.57 0.29
Hex 20 53 76 49 1E 0 36 CC 39 1D
Octal 40 123 166 111 36 0 66 314 71 35
Binary 100000 1010011 1110110 1001001 11110 0 110110 11001100 111001 11101

Color Harmonies of #205376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205376

Black with #205376

Text Example


Text Example

White with #205376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205376; }

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

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

background-color css

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

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

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

border-color css

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

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

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