Html Css Color HEX #205272 Orient

📋 copy color: '#205272'

red 32 ◦ green 82 ◦ blue 114

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

Shades of Orient #205272

Tints of Orient #205272

RGB

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

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

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

R = 14.04%
G = 35.96%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#205272 (or 0x205272) is known color: Orient. HEX triplet: 20, 52 and 72. RGB value is (32,82,114). Sum of RGB (Red+Green+Blue) = 32+82+114=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #205272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205272 is #DFAD8D. Grayscale: #464646. Windows color (decimal): -14658958 or 7492128. OLE color: 7492128.

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

Color convert

RGB 32 82 114 -
CMYK 0.72 0.28 0 0.55
HSL 203.41º 0.56% 0.29% -
HSV(B) 203.41º 0.72% 0.45% -
XYZ 6.65 7.56 17.03 -
YUV 70.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 32 82 114 0.72 0.28 0 0.55 203.41 0.56 0.29
Hex 20 52 72 48 1C 0 37 CB 38 1D
Octal 40 122 162 110 34 0 67 313 70 35
Binary 100000 1010010 1110010 1001000 11100 0 110111 11001011 111000 11101

Color Harmonies of #205272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205272

Black with #205272

Text Example


Text Example

White with #205272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205272; }

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

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

background-color css

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

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

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

border-color css

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

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

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