#305989

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

Shades of Endeavour #305989

Tints of Endeavour #305989

Color information

#305989 (or 0x305989) is unknown color: approx Endeavour. HEX triplet: 30, 59 and 89. RGB value is (48,89,137). Sum of RGB (Red+Green+Blue) = 48+89+137=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #305989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305989 is #CFA676. Grayscale: #515151. Windows color (decimal): -13608567 or 9001264. OLE color: 9001264.

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

Color convert

RGB4889137-
CMYK0.650.3500.46
HSL212.36º48.11%36.27%-
HSV(B)212.36º64.96%53.73%-
XYZ9.319.5825.03-
YUV82.21158.92103.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 137 (53.91% from 255) = 50%
R=17.52%
G=32.48%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48891370.650.3500.46212.3648.1136.27
Hex305989412302Ed43024
Octal60131211101430563246044
Binary1100001011001100010011000001100011010111011010100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305989; }

 p { color: rgb(48,89,137); }

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

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

 a { background-color: rgb(48,89,137); }

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

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

 span { border-color: rgb(48,89,137); }

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