Html Css Color HEX #204B8C Endeavour

📋 copy color: '#204B8C'

red 32 ◦ green 75 ◦ blue 140

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

Shades of Endeavour #204B8C

Tints of Endeavour #204B8C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.36%

 BLUE value IS 140 (55.08% from 255) = 56.68%

R = 12.96%
G = 30.36%
B = 56.68%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#204B8C (or 0x204B8C) is known color: Endeavour. HEX triplet: 20, 4B and 8C. RGB value is (32,75,140). Sum of RGB (Red+Green+Blue) = 32+75+140=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #204B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204B8C is #DFB473. Grayscale: #454545. Windows color (decimal): -14660724 or 9194272. OLE color: 9194272.

HSL color Cylindrical-coordinate representation of color #204B8C: hue angle of 216.11º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #204B8C is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 75 140 -
CMYK 0.77 0.46 0 0.45
HSL 216.11º 0.63% 0.34% -
HSV(B) 216.11º 0.77% 0.55% -
XYZ 7.85 7.23 25.79 -
YUV 69.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 32 75 140 0.77 0.46 0 0.45 216.11 0.63 0.34
Hex 20 4B 8C 4D 2E 0 2D D8 3F 22
Octal 40 113 214 115 56 0 55 330 77 42
Binary 100000 1001011 10001100 1001101 101110 0 101101 11011000 111111 100010

Color Harmonies of #204B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204B8C

Black with #204B8C

Text Example


Text Example

White with #204B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,75,140); }

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

background-color css

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

 a { background-color: rgb(32,75,140); }

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

border-color css

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

 span { border-color: rgb(32,75,140); }

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