Html Css Color HEX #285A8D Endeavour

📋 copy color: '#285A8D'

red 40 ◦ green 90 ◦ blue 141

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

Shades of Endeavour #285A8D

Tints of Endeavour #285A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 14.76%
G = 33.21%
B = 52.03%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#285A8D (or 0x285A8D) is known color: Endeavour. HEX triplet: 28, 5A and 8D. RGB value is (40,90,141). Sum of RGB (Red+Green+Blue) = 40+90+141=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #285A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285A8D is #D7A572. Grayscale: #505050. Windows color (decimal): -14132595 or 9263656. OLE color: 9263656.

HSL color Cylindrical-coordinate representation of color #285A8D: hue angle of 210.3º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #285A8D is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 90 141 -
CMYK 0.72 0.36 0 0.45
HSL 210.3º 0.56% 0.35% -
HSV(B) 210.3º 0.72% 0.55% -
XYZ 9.34 9.69 26.58 -
YUV 80.86 161.94 98.85 -
System Red Green Blue C M Y K H S L
Decimal 40 90 141 0.72 0.36 0 0.45 210.3 0.56 0.35
Hex 28 5A 8D 48 24 0 2D D2 38 23
Octal 50 132 215 110 44 0 55 322 70 43
Binary 101000 1011010 10001101 1001000 100100 0 101101 11010010 111000 100011

Color Harmonies of #285A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A8D

Black with #285A8D

Text Example


Text Example

White with #285A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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