Html Css Color HEX #285198 Endeavour

📋 copy color: '#285198'

red 40 ◦ green 81 ◦ blue 152

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

Shades of Endeavour #285198

Tints of Endeavour #285198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 55.68%

R = 14.65%
G = 29.67%
B = 55.68%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#285198 (or 0x285198) is known color: Endeavour. HEX triplet: 28, 51 and 98. RGB value is (40,81,152). Sum of RGB (Red+Green+Blue) = 40+81+152=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #285198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285198 is #D7AE67. Grayscale: #4C4C4C. Windows color (decimal): -14134888 or 9982248. OLE color: 9982248.

HSL color Cylindrical-coordinate representation of color #285198: hue angle of 218.04º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285198 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 81 152 -
CMYK 0.74 0.47 0 0.40
HSL 218.04º 0.58% 0.38% -
HSV(B) 218.04º 0.74% 0.6% -
XYZ 9.48 8.6 30.87 -
YUV 76.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 40 81 152 0.74 0.47 0 0.40 218.04 0.58 0.38
Hex 28 51 98 4A 2F 0 28 DA 3A 26
Octal 50 121 230 112 57 0 50 332 72 46
Binary 101000 1010001 10011000 1001010 101111 0 101000 11011010 111010 100110

Color Harmonies of #285198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285198

Black with #285198

Text Example


Text Example

White with #285198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285198; }

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

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

background-color css

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

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

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

border-color css

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

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

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