Html Css Color HEX #204892 Endeavour

📋 copy color: '#204892'

red 32 ◦ green 72 ◦ blue 146

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

Shades of Endeavour #204892

Tints of Endeavour #204892

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

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

R = 12.8%
G = 28.8%
B = 58.4%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#204892 (or 0x204892) is known color: Endeavour. HEX triplet: 20, 48 and 92. RGB value is (32,72,146). Sum of RGB (Red+Green+Blue) = 32+72+146=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #204892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204892 is #DFB76D. Grayscale: #444444. Windows color (decimal): -14661486 or 9586720. OLE color: 9586720.

HSL color Cylindrical-coordinate representation of color #204892: hue angle of 218.95º 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 #204892 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 72 146 -
CMYK 0.78 0.51 0 0.43
HSL 218.95º 0.64% 0.35% -
HSV(B) 218.95º 0.78% 0.57% -
XYZ 8.1 7.02 28.12 -
YUV 68.48 171.75 101.98 -
System Red Green Blue C M Y K H S L
Decimal 32 72 146 0.78 0.51 0 0.43 218.95 0.64 0.35
Hex 20 48 92 4E 33 0 2B DB 40 23
Octal 40 110 222 116 63 0 53 333 100 43
Binary 100000 1001000 10010010 1001110 110011 0 101011 11011011 1000000 100011

Color Harmonies of #204892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204892

Black with #204892

Text Example


Text Example

White with #204892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204892; }

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

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

background-color css

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

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

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

border-color css

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

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

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