Html Css Color HEX #205288 Endeavour

📋 copy color: '#205288'

red 32 ◦ green 82 ◦ blue 136

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

Shades of Endeavour #205288

Tints of Endeavour #205288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.4%

R = 12.8%
G = 32.8%
B = 54.4%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#205288 (or 0x205288) is known color: Endeavour. HEX triplet: 20, 52 and 88. RGB value is (32,82,136). Sum of RGB (Red+Green+Blue) = 32+82+136=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #205288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205288 is #DFAD77. Grayscale: #484848. Windows color (decimal): -14658936 or 8933920. OLE color: 8933920.

HSL color Cylindrical-coordinate representation of color #205288: hue angle of 211.15º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205288 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 82 136 -
CMYK 0.76 0.40 0 0.47
HSL 211.15º 0.62% 0.33% -
HSV(B) 211.15º 0.76% 0.53% -
XYZ 8.06 8.12 24.44 -
YUV 73.21 163.44 98.61 -
System Red Green Blue C M Y K H S L
Decimal 32 82 136 0.76 0.40 0 0.47 211.15 0.62 0.33
Hex 20 52 88 4C 28 0 2F D3 3E 21
Octal 40 122 210 114 50 0 57 323 76 41
Binary 100000 1010010 10001000 1001100 101000 0 101111 11010011 111110 100001

Color Harmonies of #205288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205288

Black with #205288

Text Example


Text Example

White with #205288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205288; }

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

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

background-color css

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

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

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

border-color css

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

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

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