Html Css Color HEX #285196 Endeavour

📋 copy color: '#285196'

red 40 ◦ green 81 ◦ blue 150

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

Shades of Endeavour #285196

Tints of Endeavour #285196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

 BLUE value IS 150 (58.98% from 255) = 55.35%

R = 14.76%
G = 29.89%
B = 55.35%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#285196 (or 0x285196) is known color: Endeavour. HEX triplet: 28, 51 and 96. RGB value is (40,81,150). Sum of RGB (Red+Green+Blue) = 40+81+150=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #285196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285196 is #D7AE69. Grayscale: #4C4C4C. Windows color (decimal): -14134890 or 9851176. OLE color: 9851176.

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

Color convert

RGB 40 81 150 -
CMYK 0.73 0.46 0 0.41
HSL 217.64º 0.58% 0.37% -
HSV(B) 217.64º 0.73% 0.59% -
XYZ 9.32 8.54 30.01 -
YUV 76.61 169.42 101.89 -
System Red Green Blue C M Y K H S L
Decimal 40 81 150 0.73 0.46 0 0.41 217.64 0.58 0.37
Hex 28 51 96 49 2E 0 29 DA 3A 25
Octal 50 121 226 111 56 0 51 332 72 45
Binary 101000 1010001 10010110 1001001 101110 0 101001 11011010 111010 100101

Color Harmonies of #285196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285196

Black with #285196

Text Example


Text Example

White with #285196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285196; }

 p { color: rgb(40,81,150); }

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

background-color css

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

 a { background-color: rgb(40,81,150); }

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

border-color css

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

 span { border-color: rgb(40,81,150); }

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