Html Css Color HEX #285096 Endeavour

📋 copy color: '#285096'

red 40 ◦ green 80 ◦ blue 150

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

Shades of Endeavour #285096

Tints of Endeavour #285096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.63%

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

R = 14.81%
G = 29.63%
B = 55.56%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#285096 (or 0x285096) is known color: Endeavour. HEX triplet: 28, 50 and 96. RGB value is (40,80,150). Sum of RGB (Red+Green+Blue) = 40+80+150=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #285096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285096 is #D7AF69. Grayscale: #4B4B4B. Windows color (decimal): -14135146 or 9850920. OLE color: 9850920.

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

Color convert

RGB 40 80 150 -
CMYK 0.73 0.47 0 0.41
HSL 218.18º 0.58% 0.37% -
HSV(B) 218.18º 0.73% 0.59% -
XYZ 9.25 8.39 29.99 -
YUV 76.02 169.75 102.31 -
System Red Green Blue C M Y K H S L
Decimal 40 80 150 0.73 0.47 0 0.41 218.18 0.58 0.37
Hex 28 50 96 49 2F 0 29 DA 3A 25
Octal 50 120 226 111 57 0 51 332 72 45
Binary 101000 1010000 10010110 1001001 101111 0 101001 11011010 111010 100101

Color Harmonies of #285096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285096

Black with #285096

Text Example


Text Example

White with #285096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285096; }

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

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

background-color css

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

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

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

border-color css

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

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

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