Html Css Color HEX #205E73 Orient

📋 copy color: '#205E73'

red 32 ◦ green 94 ◦ blue 115

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

Shades of Orient #205E73

Tints of Orient #205E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 47.72%

R = 13.28%
G = 39%
B = 47.72%

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

#205E73 (or 0x205E73) is known color: Orient. HEX triplet: 20, 5E and 73. RGB value is (32,94,115). Sum of RGB (Red+Green+Blue) = 32+94+115=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #205E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205E73 is #DFA18C. Grayscale: #4D4D4D. Windows color (decimal): -14655885 or 7560736. OLE color: 7560736.

HSL color Cylindrical-coordinate representation of color #205E73: hue angle of 195.18º 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 #205E73 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 94 115 -
CMYK 0.72 0.18 0 0.55
HSL 195.18º 0.56% 0.29% -
HSV(B) 195.18º 0.72% 0.45% -
XYZ 7.69 9.55 17.66 -
YUV 77.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 32 94 115 0.72 0.18 0 0.55 195.18 0.56 0.29
Hex 20 5E 73 48 12 0 37 C3 38 1D
Octal 40 136 163 110 22 0 67 303 70 35
Binary 100000 1011110 1110011 1001000 10010 0 110111 11000011 111000 11101

Color Harmonies of #205E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205E73

Black with #205E73

Text Example


Text Example

White with #205E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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