Html Css Color HEX #204B95 Endeavour

📋 copy color: '#204B95'

red 32 ◦ green 75 ◦ blue 149

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

Shades of Endeavour #204B95

Tints of Endeavour #204B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.2%

R = 12.5%
G = 29.3%
B = 58.2%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#204B95 (or 0x204B95) is known color: Endeavour. HEX triplet: 20, 4B and 95. RGB value is (32,75,149). Sum of RGB (Red+Green+Blue) = 32+75+149=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #204B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204B95 is #DFB46A. Grayscale: #464646. Windows color (decimal): -14660715 or 9784096. OLE color: 9784096.

HSL color Cylindrical-coordinate representation of color #204B95: hue angle of 217.95º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #204B95 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 75 149 -
CMYK 0.79 0.50 0 0.42
HSL 217.95º 0.65% 0.35% -
HSV(B) 217.95º 0.79% 0.58% -
XYZ 8.54 7.51 29.43 -
YUV 70.58 172.25 100.48 -
System Red Green Blue C M Y K H S L
Decimal 32 75 149 0.79 0.50 0 0.42 217.95 0.65 0.35
Hex 20 4B 95 4F 32 0 2A DA 41 23
Octal 40 113 225 117 62 0 52 332 101 43
Binary 100000 1001011 10010101 1001111 110010 0 101010 11011010 1000001 100011

Color Harmonies of #204B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204B95

Black with #204B95

Text Example


Text Example

White with #204B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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