Html Css Color HEX #285395 Endeavour

📋 copy color: '#285395'

red 40 ◦ green 83 ◦ blue 149

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

Shades of Endeavour #285395

Tints of Endeavour #285395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.78%

R = 14.71%
G = 30.51%
B = 54.78%

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

#285395 (or 0x285395) is known color: Endeavour. HEX triplet: 28, 53 and 95. RGB value is (40,83,149). Sum of RGB (Red+Green+Blue) = 40+83+149=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #285395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285395 is #D7AC6A. Grayscale: #4D4D4D. Windows color (decimal): -14134379 or 9786152. OLE color: 9786152.

HSL color Cylindrical-coordinate representation of color #285395: hue angle of 216.33º degrees, saturation: 0.58, 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 #285395 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 83 149 -
CMYK 0.73 0.44 0 0.42
HSL 216.33º 0.58% 0.37% -
HSV(B) 216.33º 0.73% 0.58% -
XYZ 9.39 8.81 29.64 -
YUV 77.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 40 83 149 0.73 0.44 0 0.42 216.33 0.58 0.37
Hex 28 53 95 49 2C 0 2A D8 3A 25
Octal 50 123 225 111 54 0 52 330 72 45
Binary 101000 1010011 10010101 1001001 101100 0 101010 11011000 111010 100101

Color Harmonies of #285395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285395

Black with #285395

Text Example


Text Example

White with #285395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285395; }

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

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

background-color css

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

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

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

border-color css

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

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

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