#306389

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

Shades of Endeavour #306389

Tints of Endeavour #306389

Color information

#306389 (or 0x306389) is unknown color: approx Endeavour. HEX triplet: 30, 63 and 89. RGB value is (48,99,137). Sum of RGB (Red+Green+Blue) = 48+99+137=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #306389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306389 is #CF9C76. Grayscale: #575757. Windows color (decimal): -13606007 or 9003824. OLE color: 9003824.

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

Color convert

RGB4899137-
CMYK0.650.2800.46
HSL205.62º48.11%36.27%-
HSV(B)205.62º64.96%53.73%-
XYZ10.211.3625.32-
YUV88.08155.699.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 137 (53.91% from 255) = 48.24%
R=16.90%
G=34.86%
B=48.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48991370.650.2800.46205.6248.1136.27
Hex306389411C02Ece3024
Octal60143211101340563166044
Binary110000110001110001001100000111100010111011001110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306389; }

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

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

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

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

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

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

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

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