Html Css Color HEX #285394 Endeavour

📋 copy color: '#285394'

red 40 ◦ green 83 ◦ blue 148

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

Shades of Endeavour #285394

Tints of Endeavour #285394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.61%

R = 14.76%
G = 30.63%
B = 54.61%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#285394 (or 0x285394) is known color: Endeavour. HEX triplet: 28, 53 and 94. RGB value is (40,83,148). Sum of RGB (Red+Green+Blue) = 40+83+148=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #285394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285394 is #D7AC6B. Grayscale: #4D4D4D. Windows color (decimal): -14134380 or 9720616. OLE color: 9720616.

HSL color Cylindrical-coordinate representation of color #285394: hue angle of 216.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285394 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 83 148 -
CMYK 0.73 0.44 0 0.42
HSL 216.11º 0.57% 0.37% -
HSV(B) 216.11º 0.73% 0.58% -
XYZ 9.31 8.78 29.22 -
YUV 77.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 40 83 148 0.73 0.44 0 0.42 216.11 0.57 0.37
Hex 28 53 94 49 2C 0 2A D8 39 25
Octal 50 123 224 111 54 0 52 330 71 45
Binary 101000 1010011 10010100 1001001 101100 0 101010 11011000 111001 100101

Color Harmonies of #285394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285394

Black with #285394

Text Example


Text Example

White with #285394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285394; }

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

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

background-color css

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

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

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

border-color css

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

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

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