Html Css Color HEX #285A9F Endeavour

📋 copy color: '#285A9F'

red 40 ◦ green 90 ◦ blue 159

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

Shades of Endeavour #285A9F

Tints of Endeavour #285A9F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.14%

 BLUE value IS 159 (62.5% from 255) = 55.02%

R = 13.84%
G = 31.14%
B = 55.02%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#285A9F (or 0x285A9F) is known color: Endeavour. HEX triplet: 28, 5A and 9F. RGB value is (40,90,159). Sum of RGB (Red+Green+Blue) = 40+90+159=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #285A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285A9F is #D7A560. Grayscale: #525252. Windows color (decimal): -14132577 or 10443304. OLE color: 10443304.

HSL color Cylindrical-coordinate representation of color #285A9F: hue angle of 214.79º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #285A9F is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 90 159 -
CMYK 0.75 0.43 0 0.38
HSL 214.79º 0.6% 0.39% -
HSV(B) 214.79º 0.75% 0.62% -
XYZ 10.79 10.27 34.21 -
YUV 82.92 170.94 97.39 -
System Red Green Blue C M Y K H S L
Decimal 40 90 159 0.75 0.43 0 0.38 214.79 0.6 0.39
Hex 28 5A 9F 4B 2B 0 26 D7 3C 27
Octal 50 132 237 113 53 0 46 327 74 47
Binary 101000 1011010 10011111 1001011 101011 0 100110 11010111 111100 100111

Color Harmonies of #285A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A9F

Black with #285A9F

Text Example


Text Example

White with #285A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,90,159); }

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

background-color css

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

 a { background-color: rgb(40,90,159); }

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

border-color css

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

 span { border-color: rgb(40,90,159); }

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