Html Css Color HEX #285D98 Endeavour

📋 copy color: '#285D98'

red 40 ◦ green 93 ◦ blue 152

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

Shades of Endeavour #285D98

Tints of Endeavour #285D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.33%

R = 14.04%
G = 32.63%
B = 53.33%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#285D98 (or 0x285D98) is known color: Endeavour. HEX triplet: 28, 5D and 98. RGB value is (40,93,152). Sum of RGB (Red+Green+Blue) = 40+93+152=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #285D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285D98 is #D7A267. Grayscale: #535353. Windows color (decimal): -14131816 or 9985320. OLE color: 9985320.

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

Color convert

RGB 40 93 152 -
CMYK 0.74 0.39 0 0.40
HSL 211.61º 0.58% 0.38% -
HSV(B) 211.61º 0.74% 0.6% -
XYZ 10.46 10.55 31.19 -
YUV 83.88 166.44 96.7 -
System Red Green Blue C M Y K H S L
Decimal 40 93 152 0.74 0.39 0 0.40 211.61 0.58 0.38
Hex 28 5D 98 4A 27 0 28 D4 3A 26
Octal 50 135 230 112 47 0 50 324 72 46
Binary 101000 1011101 10011000 1001010 100111 0 101000 11010100 111010 100110

Color Harmonies of #285D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285D98

Black with #285D98

Text Example


Text Example

White with #285D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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