Html Css Color HEX #205395 Endeavour

📋 copy color: '#205395'

red 32 ◦ green 83 ◦ blue 149

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

Shades of Endeavour #205395

Tints of Endeavour #205395

RGB

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

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

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

R = 12.12%
G = 31.44%
B = 56.44%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#205395 (or 0x205395) is known color: Endeavour. HEX triplet: 20, 53 and 95. RGB value is (32,83,149). Sum of RGB (Red+Green+Blue) = 32+83+149=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #205395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205395 is #DFAC6A. Grayscale: #4A4A4A. Windows color (decimal): -14658667 or 9786144. OLE color: 9786144.

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

Color convert

RGB 32 83 149 -
CMYK 0.79 0.44 0 0.42
HSL 213.85º 0.65% 0.35% -
HSV(B) 213.85º 0.79% 0.58% -
XYZ 9.11 8.66 29.63 -
YUV 75.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 32 83 149 0.79 0.44 0 0.42 213.85 0.65 0.35
Hex 20 53 95 4F 2C 0 2A D6 41 23
Octal 40 123 225 117 54 0 52 326 101 43
Binary 100000 1010011 10010101 1001111 101100 0 101010 11010110 1000001 100011

Color Harmonies of #205395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205395

Black with #205395

Text Example


Text Example

White with #205395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205395; }

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

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

background-color css

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

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

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

border-color css

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

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

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