#306489

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

Shades of Endeavour #306489

Tints of Endeavour #306489

Color information

#306489 (or 0x306489) is unknown color: approx Endeavour. HEX triplet: 30, 64 and 89. RGB value is (48,100,137). Sum of RGB (Red+Green+Blue) = 48+100+137=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #306489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306489 is #CF9B76. Grayscale: #585858. Windows color (decimal): -13605751 or 9004080. OLE color: 9004080.

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

Color convert

RGB48100137-
CMYK0.650.2700.46
HSL204.94º48.11%36.27%-
HSV(B)204.94º64.96%53.73%-
XYZ10.2911.5525.35-
YUV88.67155.2798.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 137 (53.91% from 255) = 48.07%
R=16.84%
G=35.09%
B=48.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481001370.650.2700.46204.9448.1136.27
Hex306489411B02Ecd3024
Octal60144211101330563156044
Binary110000110010010001001100000111011010111011001101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306489; }

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

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

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

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

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

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

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

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