#306493

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

Shades of Endeavour #306493

Tints of Endeavour #306493

Color information

#306493 (or 0x306493) is unknown color: approx Endeavour. HEX triplet: 30, 64 and 93. RGB value is (48,100,147). Sum of RGB (Red+Green+Blue) = 48+100+147=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #306493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306493 is #CF9B6C. Grayscale: #595959. Windows color (decimal): -13605741 or 9659440. OLE color: 9659440.

HSL color Cylindrical-coordinate representation of color #306493: hue angle of 208.48º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306493 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB48100147-
CMYK0.670.3200.42
HSL208.48º50.77%38.24%-
HSV(B)208.48º67.35%57.65%-
XYZ11.0411.8529.31-
YUV89.81160.2798.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 147 (57.81% from 255) = 49.83%
R=16.27%
G=33.90%
B=49.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481001470.670.3200.42208.4850.7738.24
Hex306493432002Ad03326
Octal60144223103400523206346
Binary1100001100100100100111000011100000010101011010000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306493; }

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

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

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

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

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

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

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

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