#305E8D

Color #305E8D Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #305E8D

Tints of Endeavour #305E8D

Color information

#305E8D (or 0x305E8D) is unknown color: approx Endeavour. HEX triplet: 30, 5E and 8D. RGB value is (48,94,141). Sum of RGB (Red+Green+Blue) = 48+94+141=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #305E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305E8D is #CFA172. Grayscale: #555555. Windows color (decimal): -13607283 or 9264688. OLE color: 9264688.

HSL color Cylindrical-coordinate representation of color #305E8D: hue angle of 210.32º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #305E8D is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4894141-
CMYK0.660.3300.45
HSL210.32º49.21%37.06%-
HSV(B)210.32º65.96%55.29%-
XYZ10.0310.5626.71-
YUV85.6159.26101.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 141 (55.47% from 255) = 49.82%
R=16.96%
G=33.22%
B=49.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48941410.660.3300.45210.3249.2137.06
Hex305E8D422102Dd23125
Octal60136215102410553226145
Binary1100001011110100011011000010100001010110111010010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305E8D; }

 p { color: rgb(48,94,141); }

 H1.HeaderClassName
 {
   color: #305E8D;
 }
 .AnyTagClassName
 {
   color: #305E8D;
 }
</style>
background-color css

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

 a { background-color: rgb(48,94,141); }

 div.DivClassName
 {
   background-color: #305E8D;
 }
 .BgClassName
 {
   background-color: #305E8D;
 }
</style>
border-color css

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

 span { border-color: rgb(48,94,141); }

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