Html Css Color HEX #205E72 Orient

📋 copy color: '#205E72'

red 32 ◦ green 94 ◦ blue 114

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

Shades of Orient #205E72

Tints of Orient #205E72

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.17%

 BLUE value IS 114 (44.92% from 255) = 47.5%

R = 13.33%
G = 39.17%
B = 47.5%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#205E72 (or 0x205E72) is known color: Orient. HEX triplet: 20, 5E and 72. RGB value is (32,94,114). Sum of RGB (Red+Green+Blue) = 32+94+114=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #205E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205E72 is #DFA18D. Grayscale: #4D4D4D. Windows color (decimal): -14655886 or 7495200. OLE color: 7495200.

HSL color Cylindrical-coordinate representation of color #205E72: hue angle of 194.63º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #205E72 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 94 114 -
CMYK 0.72 0.18 0 0.55
HSL 194.63º 0.56% 0.29% -
HSV(B) 194.63º 0.72% 0.45% -
XYZ 7.64 9.53 17.36 -
YUV 77.74 148.46 95.37 -
System Red Green Blue C M Y K H S L
Decimal 32 94 114 0.72 0.18 0 0.55 194.63 0.56 0.29
Hex 20 5E 72 48 12 0 37 C3 38 1D
Octal 40 136 162 110 22 0 67 303 70 35
Binary 100000 1011110 1110010 1001000 10010 0 110111 11000011 111000 11101

Color Harmonies of #205E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205E72

Black with #205E72

Text Example


Text Example

White with #205E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205E72; }

 p { color: rgb(32,94,114); }

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

background-color css

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

 a { background-color: rgb(32,94,114); }

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

border-color css

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

 span { border-color: rgb(32,94,114); }

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