Html Css Color HEX #285F8D Endeavour

📋 copy color: '#285F8D'

red 40 ◦ green 95 ◦ blue 141

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

Shades of Endeavour #285F8D

Tints of Endeavour #285F8D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.42%

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

R = 14.49%
G = 34.42%
B = 51.09%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#285F8D (or 0x285F8D) is known color: Endeavour. HEX triplet: 28, 5F and 8D. RGB value is (40,95,141). Sum of RGB (Red+Green+Blue) = 40+95+141=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #285F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285F8D is #D7A072. Grayscale: #535353. Windows color (decimal): -14131315 or 9264936. OLE color: 9264936.

HSL color Cylindrical-coordinate representation of color #285F8D: hue angle of 207.33º 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 #285F8D is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 95 141 -
CMYK 0.72 0.33 0 0.45
HSL 207.33º 0.56% 0.35% -
HSV(B) 207.33º 0.72% 0.55% -
XYZ 9.78 10.56 26.72 -
YUV 83.8 160.28 96.76 -
System Red Green Blue C M Y K H S L
Decimal 40 95 141 0.72 0.33 0 0.45 207.33 0.56 0.35
Hex 28 5F 8D 48 21 0 2D CF 38 23
Octal 50 137 215 110 41 0 55 317 70 43
Binary 101000 1011111 10001101 1001000 100001 0 101101 11001111 111000 100011

Color Harmonies of #285F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285F8D

Black with #285F8D

Text Example


Text Example

White with #285F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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