Html Css Color HEX #285692 Endeavour

📋 copy color: '#285692'

red 40 ◦ green 86 ◦ blue 146

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

Shades of Endeavour #285692

Tints of Endeavour #285692

RGB

 RED value IS 40 (16.02% from 255) = 14.71%

 GREEN value IS 86 (33.98% from 255) = 31.62%

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

R = 14.71%
G = 31.62%
B = 53.68%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#285692 (or 0x285692) is known color: Endeavour. HEX triplet: 28, 56 and 92. RGB value is (40,86,146). Sum of RGB (Red+Green+Blue) = 40+86+146=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #285692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285692 is #D7A96D. Grayscale: #4E4E4E. Windows color (decimal): -14133614 or 9590312. OLE color: 9590312.

HSL color Cylindrical-coordinate representation of color #285692: hue angle of 213.96º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285692 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 86 146 -
CMYK 0.73 0.41 0 0.43
HSL 213.96º 0.57% 0.36% -
HSV(B) 213.96º 0.73% 0.57% -
XYZ 9.39 9.18 28.47 -
YUV 79.09 165.76 100.12 -
System Red Green Blue C M Y K H S L
Decimal 40 86 146 0.73 0.41 0 0.43 213.96 0.57 0.36
Hex 28 56 92 49 29 0 2B D6 39 24
Octal 50 126 222 111 51 0 53 326 71 44
Binary 101000 1010110 10010010 1001001 101001 0 101011 11010110 111001 100100

Color Harmonies of #285692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285692

Black with #285692

Text Example


Text Example

White with #285692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285692; }

 p { color: rgb(40,86,146); }

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

background-color css

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

 a { background-color: rgb(40,86,146); }

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

border-color css

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

 span { border-color: rgb(40,86,146); }

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