Html Css Color HEX #205C8A Endeavour

📋 copy color: '#205C8A'

red 32 ◦ green 92 ◦ blue 138

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

Shades of Endeavour #205C8A

Tints of Endeavour #205C8A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.11%

 BLUE value IS 138 (54.3% from 255) = 52.67%

R = 12.21%
G = 35.11%
B = 52.67%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#205C8A (or 0x205C8A) is known color: Endeavour. HEX triplet: 20, 5C and 8A. RGB value is (32,92,138). Sum of RGB (Red+Green+Blue) = 32+92+138=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #205C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205C8A is #DFA375. Grayscale: #4F4F4F. Windows color (decimal): -14656374 or 9067552. OLE color: 9067552.

HSL color Cylindrical-coordinate representation of color #205C8A: hue angle of 206.04º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #205C8A is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 92 138 -
CMYK 0.77 0.33 0 0.46
HSL 206.04º 0.62% 0.33% -
HSV(B) 206.04º 0.77% 0.54% -
XYZ 9.01 9.8 25.46 -
YUV 79.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 32 92 138 0.77 0.33 0 0.46 206.04 0.62 0.33
Hex 20 5C 8A 4D 21 0 2E CE 3E 21
Octal 40 134 212 115 41 0 56 316 76 41
Binary 100000 1011100 10001010 1001101 100001 0 101110 11001110 111110 100001

Color Harmonies of #205C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205C8A

Black with #205C8A

Text Example


Text Example

White with #205C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205C8A; }

 p { color: rgb(32,92,138); }

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

background-color css

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

 a { background-color: rgb(32,92,138); }

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

border-color css

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

 span { border-color: rgb(32,92,138); }

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