Html Css Color HEX #285397 Endeavour

📋 copy color: '#285397'

red 40 ◦ green 83 ◦ blue 151

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

Shades of Endeavour #285397

Tints of Endeavour #285397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.11%

R = 14.6%
G = 30.29%
B = 55.11%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#285397 (or 0x285397) is known color: Endeavour. HEX triplet: 28, 53 and 97. RGB value is (40,83,151). Sum of RGB (Red+Green+Blue) = 40+83+151=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 151 (59.38% from 255 or 55.11% from 274); Max value from RGB is 151 - color contains mainly: blue. Hex color #285397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285397 is #D7AC68. Grayscale: #4D4D4D. Windows color (decimal): -14134377 or 9917224. OLE color: 9917224.

HSL color Cylindrical-coordinate representation of color #285397: hue angle of 216.76º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285397 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 83 151 -
CMYK 0.74 0.45 0 0.41
HSL 216.76º 0.58% 0.37% -
HSV(B) 216.76º 0.74% 0.59% -
XYZ 9.55 8.87 30.49 -
YUV 77.9 169.25 100.97 -
System Red Green Blue C M Y K H S L
Decimal 40 83 151 0.74 0.45 0 0.41 216.76 0.58 0.37
Hex 28 53 97 4A 2D 0 29 D9 3A 25
Octal 50 123 227 112 55 0 51 331 72 45
Binary 101000 1010011 10010111 1001010 101101 0 101001 11011001 111010 100101

Color Harmonies of #285397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285397

Black with #285397

Text Example


Text Example

White with #285397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285397; }

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

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

background-color css

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

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

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

border-color css

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

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

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