Html Css Color HEX #204A92 Endeavour

📋 copy color: '#204A92'

red 32 ◦ green 74 ◦ blue 146

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

Shades of Endeavour #204A92

Tints of Endeavour #204A92

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.37%

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

R = 12.7%
G = 29.37%
B = 57.94%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#204A92 (or 0x204A92) is known color: Endeavour. HEX triplet: 20, 4A and 92. RGB value is (32,74,146). Sum of RGB (Red+Green+Blue) = 32+74+146=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #204A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204A92 is #DFB56D. Grayscale: #454545. Windows color (decimal): -14660974 or 9587232. OLE color: 9587232.

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

Color convert

RGB 32 74 146 -
CMYK 0.78 0.49 0 0.43
HSL 217.89º 0.64% 0.35% -
HSV(B) 217.89º 0.78% 0.57% -
XYZ 8.23 7.28 28.17 -
YUV 69.65 171.09 101.15 -
System Red Green Blue C M Y K H S L
Decimal 32 74 146 0.78 0.49 0 0.43 217.89 0.64 0.35
Hex 20 4A 92 4E 31 0 2B DA 40 23
Octal 40 112 222 116 61 0 53 332 100 43
Binary 100000 1001010 10010010 1001110 110001 0 101011 11011010 1000000 100011

Color Harmonies of #204A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204A92

Black with #204A92

Text Example


Text Example

White with #204A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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