Html Css Color HEX #204F71 Orient

📋 copy color: '#204F71'

red 32 ◦ green 79 ◦ blue 113

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

Shades of Orient #204F71

Tints of Orient #204F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.27%

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 14.29%
G = 35.27%
B = 50.45%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#204F71 (or 0x204F71) is known color: Orient. HEX triplet: 20, 4F and 71. RGB value is (32,79,113). Sum of RGB (Red+Green+Blue) = 32+79+113=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #204F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F71 is #DFB08E. Grayscale: #444444. Windows color (decimal): -14659727 or 7425824. OLE color: 7425824.

HSL color Cylindrical-coordinate representation of color #204F71: hue angle of 205.19º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #204F71 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 79 113 -
CMYK 0.72 0.30 0 0.56
HSL 205.19º 0.56% 0.28% -
HSV(B) 205.19º 0.72% 0.44% -
XYZ 6.37 7.09 16.66 -
YUV 68.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 32 79 113 0.72 0.30 0 0.56 205.19 0.56 0.28
Hex 20 4F 71 48 1E 0 38 CD 38 1C
Octal 40 117 161 110 36 0 70 315 70 34
Binary 100000 1001111 1110001 1001000 11110 0 111000 11001101 111000 11100

Color Harmonies of #204F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204F71

Black with #204F71

Text Example


Text Example

White with #204F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204F71; }

 p { color: rgb(32,79,113); }

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

background-color css

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

 a { background-color: rgb(32,79,113); }

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

border-color css

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

 span { border-color: rgb(32,79,113); }

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