Html Css Color HEX #205399 Endeavour

📋 copy color: '#205399'

red 32 ◦ green 83 ◦ blue 153

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

Shades of Endeavour #205399

Tints of Endeavour #205399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.97%

 BLUE value IS 153 (60.16% from 255) = 57.09%

R = 11.94%
G = 30.97%
B = 57.09%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#205399 (or 0x205399) is known color: Endeavour. HEX triplet: 20, 53 and 99. RGB value is (32,83,153). Sum of RGB (Red+Green+Blue) = 32+83+153=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #205399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205399 is #DFAC66. Grayscale: #4B4B4B. Windows color (decimal): -14658663 or 10048288. OLE color: 10048288.

HSL color Cylindrical-coordinate representation of color #205399: hue angle of 214.71º 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 #205399 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 83 153 -
CMYK 0.79 0.46 0 0.4
HSL 214.71º 0.65% 0.36% -
HSV(B) 214.71º 0.79% 0.6% -
XYZ 9.44 8.79 31.34 -
YUV 75.73 171.6 96.81 -
System Red Green Blue C M Y K H S L
Decimal 32 83 153 0.79 0.46 0 0.4 214.71 0.65 0.36
Hex 20 53 99 4F 2E 0 28 D7 41 24
Octal 40 123 231 117 56 0 50 327 101 44
Binary 100000 1010011 10011001 1001111 101110 0 101000 11010111 1000001 100100

Color Harmonies of #205399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205399

Black with #205399

Text Example


Text Example

White with #205399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205399; }

 p { color: rgb(32,83,153); }

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

background-color css

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

 a { background-color: rgb(32,83,153); }

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

border-color css

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

 span { border-color: rgb(32,83,153); }

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