Html Css Color HEX #285D9F Endeavour

📋 copy color: '#285D9F'

red 40 ◦ green 93 ◦ blue 159

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

Shades of Endeavour #285D9F

Tints of Endeavour #285D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.85%

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

R = 13.7%
G = 31.85%
B = 54.45%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#285D9F (or 0x285D9F) is known color: Endeavour. HEX triplet: 28, 5D and 9F. RGB value is (40,93,159). Sum of RGB (Red+Green+Blue) = 40+93+159=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #285D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285D9F is #D7A260. Grayscale: #545454. Windows color (decimal): -14131809 or 10444072. OLE color: 10444072.

HSL color Cylindrical-coordinate representation of color #285D9F: hue angle of 213.28º 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 #285D9F is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 93 159 -
CMYK 0.75 0.42 0 0.38
HSL 213.28º 0.6% 0.39% -
HSV(B) 213.28º 0.75% 0.62% -
XYZ 11.05 10.78 34.3 -
YUV 84.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 40 93 159 0.75 0.42 0 0.38 213.28 0.6 0.39
Hex 28 5D 9F 4B 2A 0 26 D5 3C 27
Octal 50 135 237 113 52 0 46 325 74 47
Binary 101000 1011101 10011111 1001011 101010 0 100110 11010101 111100 100111

Color Harmonies of #285D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285D9F

Black with #285D9F

Text Example


Text Example

White with #285D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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