Html Css Color HEX #285293 Endeavour

📋 copy color: '#285293'

red 40 ◦ green 82 ◦ blue 147

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

Shades of Endeavour #285293

Tints of Endeavour #285293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.48%

 BLUE value IS 147 (57.81% from 255) = 54.65%

R = 14.87%
G = 30.48%
B = 54.65%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#285293 (or 0x285293) is known color: Endeavour. HEX triplet: 28, 52 and 93. RGB value is (40,82,147). Sum of RGB (Red+Green+Blue) = 40+82+147=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #285293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285293 is #D7AD6C. Grayscale: #4C4C4C. Windows color (decimal): -14134637 or 9654824. OLE color: 9654824.

HSL color Cylindrical-coordinate representation of color #285293: hue angle of 216.45º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285293 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 82 147 -
CMYK 0.73 0.44 0 0.42
HSL 216.45º 0.57% 0.37% -
HSV(B) 216.45º 0.73% 0.58% -
XYZ 9.16 8.59 28.78 -
YUV 76.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 40 82 147 0.73 0.44 0 0.42 216.45 0.57 0.37
Hex 28 52 93 49 2C 0 2A D8 39 25
Octal 50 122 223 111 54 0 52 330 71 45
Binary 101000 1010010 10010011 1001001 101100 0 101010 11011000 111001 100101

Color Harmonies of #285293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285293

Black with #285293

Text Example


Text Example

White with #285293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285293; }

 p { color: rgb(40,82,147); }

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

background-color css

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

 a { background-color: rgb(40,82,147); }

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

border-color css

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

 span { border-color: rgb(40,82,147); }

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