Html Css Color HEX #205C92 Endeavour

📋 copy color: '#205C92'

red 32 ◦ green 92 ◦ blue 146

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

Shades of Endeavour #205C92

Tints of Endeavour #205C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.07%

R = 11.85%
G = 34.07%
B = 54.07%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#205C92 (or 0x205C92) is known color: Endeavour. HEX triplet: 20, 5C and 92. RGB value is (32,92,146). Sum of RGB (Red+Green+Blue) = 32+92+146=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #205C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205C92 is #DFA36D. Grayscale: #4F4F4F. Windows color (decimal): -14656366 or 9591840. OLE color: 9591840.

HSL color Cylindrical-coordinate representation of color #205C92: hue angle of 208.42º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #205C92 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 92 146 -
CMYK 0.78 0.37 0 0.43
HSL 208.42º 0.64% 0.35% -
HSV(B) 208.42º 0.78% 0.57% -
XYZ 9.61 10.04 28.62 -
YUV 80.22 165.12 93.61 -
System Red Green Blue C M Y K H S L
Decimal 32 92 146 0.78 0.37 0 0.43 208.42 0.64 0.35
Hex 20 5C 92 4E 25 0 2B D0 40 23
Octal 40 134 222 116 45 0 53 320 100 43
Binary 100000 1011100 10010010 1001110 100101 0 101011 11010000 1000000 100011

Color Harmonies of #205C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205C92

Black with #205C92

Text Example


Text Example

White with #205C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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