Html Css Color HEX #204898 Endeavour

📋 copy color: '#204898'

red 32 ◦ green 72 ◦ blue 152

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

Shades of Endeavour #204898

Tints of Endeavour #204898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.38%

R = 12.5%
G = 28.13%
B = 59.38%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#204898 (or 0x204898) is known color: Endeavour. HEX triplet: 20, 48 and 98. RGB value is (32,72,152). Sum of RGB (Red+Green+Blue) = 32+72+152=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #204898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204898 is #DFB767. Grayscale: #444444. Windows color (decimal): -14661480 or 9979936. OLE color: 9979936.

HSL color Cylindrical-coordinate representation of color #204898: hue angle of 220º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #204898 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 72 152 -
CMYK 0.79 0.53 0 0.40
HSL 220º 0.65% 0.36% -
HSV(B) 220º 0.79% 0.6% -
XYZ 8.58 7.21 30.64 -
YUV 69.16 174.75 101.5 -
System Red Green Blue C M Y K H S L
Decimal 32 72 152 0.79 0.53 0 0.40 220 0.65 0.36
Hex 20 48 98 4F 35 0 28 DC 41 24
Octal 40 110 230 117 65 0 50 334 101 44
Binary 100000 1001000 10011000 1001111 110101 0 101000 11011100 1000001 100100

Color Harmonies of #204898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204898

Black with #204898

Text Example


Text Example

White with #204898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204898; }

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

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

background-color css

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

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

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

border-color css

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

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

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