Html Css Color HEX #205492 Endeavour

📋 copy color: '#205492'

red 32 ◦ green 84 ◦ blue 146

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

Shades of Endeavour #205492

Tints of Endeavour #205492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.06%

 BLUE value IS 146 (57.42% from 255) = 55.73%

R = 12.21%
G = 32.06%
B = 55.73%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#205492 (or 0x205492) is known color: Endeavour. HEX triplet: 20, 54 and 92. RGB value is (32,84,146). Sum of RGB (Red+Green+Blue) = 32+84+146=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #205492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205492 is #DFAB6D. Grayscale: #4B4B4B. Windows color (decimal): -14658414 or 9589792. OLE color: 9589792.

HSL color Cylindrical-coordinate representation of color #205492: hue angle of 212.63º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #205492 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 84 146 -
CMYK 0.78 0.42 0 0.43
HSL 212.63º 0.64% 0.35% -
HSV(B) 212.63º 0.78% 0.57% -
XYZ 8.95 8.72 28.41 -
YUV 75.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 32 84 146 0.78 0.42 0 0.43 212.63 0.64 0.35
Hex 20 54 92 4E 2A 0 2B D5 40 23
Octal 40 124 222 116 52 0 53 325 100 43
Binary 100000 1010100 10010010 1001110 101010 0 101011 11010101 1000000 100011

Color Harmonies of #205492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205492

Black with #205492

Text Example


Text Example

White with #205492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205492; }

 p { color: rgb(32,84,146); }

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

background-color css

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

 a { background-color: rgb(32,84,146); }

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

border-color css

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

 span { border-color: rgb(32,84,146); }

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