#305E8E

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

Shades of Endeavour #305E8E

Tints of Endeavour #305E8E

Color information

#305E8E (or 0x305E8E) is unknown color: approx Endeavour. HEX triplet: 30, 5E and 8E. RGB value is (48,94,142). Sum of RGB (Red+Green+Blue) = 48+94+142=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #305E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305E8E is #CFA171. Grayscale: #555555. Windows color (decimal): -13607282 or 9330224. OLE color: 9330224.

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

Color convert

RGB4894142-
CMYK0.660.3400.44
HSL210.64º49.47%37.25%-
HSV(B)210.64º66.2%55.69%-
XYZ10.110.5927.1-
YUV85.72159.76101.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 142 (55.86% from 255) = 50%
R=16.90%
G=33.10%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48941420.660.3400.44210.6449.4737.25
Hex305E8E422202Cd33125
Octal60136216102420543236145
Binary1100001011110100011101000010100010010110011010011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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