Html Css Color HEX #285389 Endeavour

📋 copy color: '#285389'

red 40 ◦ green 83 ◦ blue 137

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

Shades of Endeavour #285389

Tints of Endeavour #285389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.92%

 BLUE value IS 137 (53.91% from 255) = 52.69%

R = 15.38%
G = 31.92%
B = 52.69%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#285389 (or 0x285389) is known color: Endeavour. HEX triplet: 28, 53 and 89. RGB value is (40,83,137). Sum of RGB (Red+Green+Blue) = 40+83+137=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #285389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285389 is #D7AC76. Grayscale: #4C4C4C. Windows color (decimal): -14134391 or 8999720. OLE color: 8999720.

HSL color Cylindrical-coordinate representation of color #285389: hue angle of 213.4º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #285389 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 83 137 -
CMYK 0.71 0.39 0 0.46
HSL 213.4º 0.55% 0.35% -
HSV(B) 213.4º 0.71% 0.54% -
XYZ 8.48 8.44 24.85 -
YUV 76.3 162.25 102.11 -
System Red Green Blue C M Y K H S L
Decimal 40 83 137 0.71 0.39 0 0.46 213.4 0.55 0.35
Hex 28 53 89 47 27 0 2E D5 37 23
Octal 50 123 211 107 47 0 56 325 67 43
Binary 101000 1010011 10001001 1000111 100111 0 101110 11010101 110111 100011

Color Harmonies of #285389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285389

Black with #285389

Text Example


Text Example

White with #285389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285389; }

 p { color: rgb(40,83,137); }

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

background-color css

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

 a { background-color: rgb(40,83,137); }

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

border-color css

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

 span { border-color: rgb(40,83,137); }

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