Html Css Color HEX #285C8D Endeavour

📋 copy color: '#285C8D'

red 40 ◦ green 92 ◦ blue 141

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

Shades of Endeavour #285C8D

Tints of Endeavour #285C8D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.7%

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

R = 14.65%
G = 33.7%
B = 51.65%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#285C8D (or 0x285C8D) is known color: Endeavour. HEX triplet: 28, 5C and 8D. RGB value is (40,92,141). Sum of RGB (Red+Green+Blue) = 40+92+141=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #285C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285C8D is #D7A372. Grayscale: #515151. Windows color (decimal): -14132083 or 9264168. OLE color: 9264168.

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

Color convert

RGB 40 92 141 -
CMYK 0.72 0.35 0 0.45
HSL 209.11º 0.56% 0.35% -
HSV(B) 209.11º 0.72% 0.55% -
XYZ 9.51 10.03 26.63 -
YUV 82.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 40 92 141 0.72 0.35 0 0.45 209.11 0.56 0.35
Hex 28 5C 8D 48 23 0 2D D1 38 23
Octal 50 134 215 110 43 0 55 321 70 43
Binary 101000 1011100 10001101 1001000 100011 0 101101 11010001 111000 100011

Color Harmonies of #285C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285C8D

Black with #285C8D

Text Example


Text Example

White with #285C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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