Html Css Color HEX #205276 Orient

📋 copy color: '#205276'

red 32 ◦ green 82 ◦ blue 118

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

Shades of Orient #205276

Tints of Orient #205276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.34%

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

R = 13.79%
G = 35.34%
B = 50.86%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#205276 (or 0x205276) is known color: Orient. HEX triplet: 20, 52 and 76. RGB value is (32,82,118). Sum of RGB (Red+Green+Blue) = 32+82+118=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #205276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205276 is #DFAD89. Grayscale: #464646. Windows color (decimal): -14658954 or 7754272. OLE color: 7754272.

HSL color Cylindrical-coordinate representation of color #205276: hue angle of 205.12º 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 #205276 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 82 118 -
CMYK 0.73 0.31 0 0.54
HSL 205.12º 0.57% 0.29% -
HSV(B) 205.12º 0.73% 0.46% -
XYZ 6.88 7.65 18.25 -
YUV 71.15 154.44 100.07 -
System Red Green Blue C M Y K H S L
Decimal 32 82 118 0.73 0.31 0 0.54 205.12 0.57 0.29
Hex 20 52 76 49 1F 0 36 CD 39 1D
Octal 40 122 166 111 37 0 66 315 71 35
Binary 100000 1010010 1110110 1001001 11111 0 110110 11001101 111001 11101

Color Harmonies of #205276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205276

Black with #205276

Text Example


Text Example

White with #205276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205276; }

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

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

background-color css

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

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

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

border-color css

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

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

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