Html Css Color HEX #285094 Endeavour

📋 copy color: '#285094'

red 40 ◦ green 80 ◦ blue 148

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

Shades of Endeavour #285094

Tints of Endeavour #285094

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

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

R = 14.93%
G = 29.85%
B = 55.22%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#285094 (or 0x285094) is known color: Endeavour. HEX triplet: 28, 50 and 94. RGB value is (40,80,148). Sum of RGB (Red+Green+Blue) = 40+80+148=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #285094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285094 is #D7AF6B. Grayscale: #4B4B4B. Windows color (decimal): -14135148 or 9719848. OLE color: 9719848.

HSL color Cylindrical-coordinate representation of color #285094: hue angle of 217.78º 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 #285094 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 80 148 -
CMYK 0.73 0.46 0 0.42
HSL 217.78º 0.57% 0.37% -
HSV(B) 217.78º 0.73% 0.58% -
XYZ 9.09 8.33 29.15 -
YUV 75.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 40 80 148 0.73 0.46 0 0.42 217.78 0.57 0.37
Hex 28 50 94 49 2E 0 2A DA 39 25
Octal 50 120 224 111 56 0 52 332 71 45
Binary 101000 1010000 10010100 1001001 101110 0 101010 11011010 111001 100101

Color Harmonies of #285094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285094

Black with #285094

Text Example


Text Example

White with #285094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285094; }

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

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

background-color css

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

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

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

border-color css

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

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

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