Html Css Color HEX #205398 Endeavour

📋 copy color: '#205398'

red 32 ◦ green 83 ◦ blue 152

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

Shades of Endeavour #205398

Tints of Endeavour #205398

RGB

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

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

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

R = 11.99%
G = 31.09%
B = 56.93%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#205398 (or 0x205398) is known color: Endeavour. HEX triplet: 20, 53 and 98. RGB value is (32,83,152). Sum of RGB (Red+Green+Blue) = 32+83+152=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #205398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205398 is #DFAC67. Grayscale: #4B4B4B. Windows color (decimal): -14658664 or 9982752. OLE color: 9982752.

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

Color convert

RGB 32 83 152 -
CMYK 0.79 0.45 0 0.40
HSL 214.5º 0.65% 0.36% -
HSV(B) 214.5º 0.79% 0.6% -
XYZ 9.36 8.76 30.9 -
YUV 75.62 171.1 96.89 -
System Red Green Blue C M Y K H S L
Decimal 32 83 152 0.79 0.45 0 0.40 214.5 0.65 0.36
Hex 20 53 98 4F 2D 0 28 D6 41 24
Octal 40 123 230 117 55 0 50 326 101 44
Binary 100000 1010011 10011000 1001111 101101 0 101000 11010110 1000001 100100

Color Harmonies of #205398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205398

Black with #205398

Text Example


Text Example

White with #205398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205398; }

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

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

background-color css

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

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

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

border-color css

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

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

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