Html Css Color HEX #285E98 Endeavour

📋 copy color: '#285E98'

red 40 ◦ green 94 ◦ blue 152

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

Shades of Endeavour #285E98

Tints of Endeavour #285E98

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.87%

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

R = 13.99%
G = 32.87%
B = 53.15%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#285E98 (or 0x285E98) is known color: Endeavour. HEX triplet: 28, 5E and 98. RGB value is (40,94,152). Sum of RGB (Red+Green+Blue) = 40+94+152=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #285E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285E98 is #D7A167. Grayscale: #545454. Windows color (decimal): -14131560 or 9985576. OLE color: 9985576.

HSL color Cylindrical-coordinate representation of color #285E98: hue angle of 211.07º 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 #285E98 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 94 152 -
CMYK 0.74 0.38 0 0.40
HSL 211.07º 0.58% 0.38% -
HSV(B) 211.07º 0.74% 0.6% -
XYZ 10.55 10.72 31.22 -
YUV 84.47 166.11 96.28 -
System Red Green Blue C M Y K H S L
Decimal 40 94 152 0.74 0.38 0 0.40 211.07 0.58 0.38
Hex 28 5E 98 4A 26 0 28 D3 3A 26
Octal 50 136 230 112 46 0 50 323 72 46
Binary 101000 1011110 10011000 1001010 100110 0 101000 11010011 111010 100110

Color Harmonies of #285E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285E98

Black with #285E98

Text Example


Text Example

White with #285E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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