Html Css Color HEX #204B96 Endeavour

📋 copy color: '#204B96'

red 32 ◦ green 75 ◦ blue 150

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

Shades of Endeavour #204B96

Tints of Endeavour #204B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.37%

R = 12.45%
G = 29.18%
B = 58.37%

CMYK

 C value IS 0.79

 M value IS 0.5

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#204B96 (or 0x204B96) is known color: Endeavour. HEX triplet: 20, 4B and 96. RGB value is (32,75,150). Sum of RGB (Red+Green+Blue) = 32+75+150=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #204B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204B96 is #DFB469. Grayscale: #464646. Windows color (decimal): -14660714 or 9849632. OLE color: 9849632.

HSL color Cylindrical-coordinate representation of color #204B96: hue angle of 218.14º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #204B96 is Cyan = 0.79, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 75 150 -
CMYK 0.79 0.5 0 0.41
HSL 218.14º 0.65% 0.36% -
HSV(B) 218.14º 0.79% 0.59% -
XYZ 8.62 7.54 29.86 -
YUV 70.69 172.75 100.4 -
System Red Green Blue C M Y K H S L
Decimal 32 75 150 0.79 0.5 0 0.41 218.14 0.65 0.36
Hex 20 4B 96 4F 32 0 29 DA 41 24
Octal 40 113 226 117 62 0 51 332 101 44
Binary 100000 1001011 10010110 1001111 110010 0 101001 11011010 1000001 100100

Color Harmonies of #204B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204B96

Black with #204B96

Text Example


Text Example

White with #204B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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