Html Css Color HEX #285598 Endeavour

📋 copy color: '#285598'

red 40 ◦ green 85 ◦ blue 152

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

Shades of Endeavour #285598

Tints of Endeavour #285598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

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

R = 14.44%
G = 30.69%
B = 54.87%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#285598 (or 0x285598) is known color: Endeavour. HEX triplet: 28, 55 and 98. RGB value is (40,85,152). Sum of RGB (Red+Green+Blue) = 40+85+152=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #285598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285598 is #D7AA67. Grayscale: #4E4E4E. Windows color (decimal): -14133864 or 9983272. OLE color: 9983272.

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

Color convert

RGB 40 85 152 -
CMYK 0.74 0.44 0 0.40
HSL 215.89º 0.58% 0.38% -
HSV(B) 215.89º 0.74% 0.6% -
XYZ 9.79 9.22 30.97 -
YUV 79.18 169.09 100.05 -
System Red Green Blue C M Y K H S L
Decimal 40 85 152 0.74 0.44 0 0.40 215.89 0.58 0.38
Hex 28 55 98 4A 2C 0 28 D8 3A 26
Octal 50 125 230 112 54 0 50 330 72 46
Binary 101000 1010101 10011000 1001010 101100 0 101000 11011000 111010 100110

Color Harmonies of #285598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285598

Black with #285598

Text Example


Text Example

White with #285598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285598; }

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

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

background-color css

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

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

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

border-color css

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

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

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