Html Css Color HEX #285391 Endeavour

📋 copy color: '#285391'

red 40 ◦ green 83 ◦ blue 145

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

Shades of Endeavour #285391

Tints of Endeavour #285391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.97%

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 14.93%
G = 30.97%
B = 54.1%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#285391 (or 0x285391) is known color: Endeavour. HEX triplet: 28, 53 and 91. RGB value is (40,83,145). Sum of RGB (Red+Green+Blue) = 40+83+145=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #285391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285391 is #D7AC6E. Grayscale: #4C4C4C. Windows color (decimal): -14134383 or 9524008. OLE color: 9524008.

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

Color convert

RGB 40 83 145 -
CMYK 0.72 0.43 0 0.43
HSL 215.43º 0.57% 0.36% -
HSV(B) 215.43º 0.72% 0.57% -
XYZ 9.08 8.68 27.99 -
YUV 77.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 40 83 145 0.72 0.43 0 0.43 215.43 0.57 0.36
Hex 28 53 91 48 2B 0 2B D7 39 24
Octal 50 123 221 110 53 0 53 327 71 44
Binary 101000 1010011 10010001 1001000 101011 0 101011 11010111 111001 100100

Color Harmonies of #285391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285391

Black with #285391

Text Example


Text Example

White with #285391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285391; }

 p { color: rgb(40,83,145); }

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

background-color css

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

 a { background-color: rgb(40,83,145); }

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

border-color css

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

 span { border-color: rgb(40,83,145); }

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