Html Css Color HEX #285892 Endeavour

📋 copy color: '#285892'

red 40 ◦ green 88 ◦ blue 146

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

Shades of Endeavour #285892

Tints of Endeavour #285892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.12%

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

R = 14.6%
G = 32.12%
B = 53.28%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#285892 (or 0x285892) is known color: Endeavour. HEX triplet: 28, 58 and 92. RGB value is (40,88,146). Sum of RGB (Red+Green+Blue) = 40+88+146=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #285892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285892 is #D7A76D. Grayscale: #4F4F4F. Windows color (decimal): -14133102 or 9590824. OLE color: 9590824.

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

Color convert

RGB 40 88 146 -
CMYK 0.73 0.40 0 0.43
HSL 212.83º 0.57% 0.36% -
HSV(B) 212.83º 0.73% 0.57% -
XYZ 9.55 9.51 28.53 -
YUV 80.26 165.1 99.28 -
System Red Green Blue C M Y K H S L
Decimal 40 88 146 0.73 0.40 0 0.43 212.83 0.57 0.36
Hex 28 58 92 49 28 0 2B D5 39 24
Octal 50 130 222 111 50 0 53 325 71 44
Binary 101000 1011000 10010010 1001001 101000 0 101011 11010101 111001 100100

Color Harmonies of #285892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285892

Black with #285892

Text Example


Text Example

White with #285892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285892; }

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

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

background-color css

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

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

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

border-color css

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

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

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