Html Css Color HEX #285297 Endeavour

📋 copy color: '#285297'

red 40 ◦ green 82 ◦ blue 151

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

Shades of Endeavour #285297

Tints of Endeavour #285297

RGB

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

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

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

R = 14.65%
G = 30.04%
B = 55.31%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#285297 (or 0x285297) is known color: Endeavour. HEX triplet: 28, 52 and 97. RGB value is (40,82,151). Sum of RGB (Red+Green+Blue) = 40+82+151=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #285297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285297 is #D7AD68. Grayscale: #4C4C4C. Windows color (decimal): -14134633 or 9916968. OLE color: 9916968.

HSL color Cylindrical-coordinate representation of color #285297: hue angle of 217.3º 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 #285297 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 82 151 -
CMYK 0.74 0.46 0 0.41
HSL 217.3º 0.58% 0.37% -
HSV(B) 217.3º 0.74% 0.59% -
XYZ 9.48 8.72 30.46 -
YUV 77.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 40 82 151 0.74 0.46 0 0.41 217.3 0.58 0.37
Hex 28 52 97 4A 2E 0 29 D9 3A 25
Octal 50 122 227 112 56 0 51 331 72 45
Binary 101000 1010010 10010111 1001010 101110 0 101001 11011001 111010 100101

Color Harmonies of #285297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285297

Black with #285297

Text Example


Text Example

White with #285297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285297; }

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

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

background-color css

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

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

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

border-color css

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

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

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