#306090

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

Shades of Endeavour #306090

Tints of Endeavour #306090

Color information

#306090 (or 0x306090) is unknown color: approx Endeavour. HEX triplet: 30, 60 and 90. RGB value is (48,96,144). Sum of RGB (Red+Green+Blue) = 48+96+144=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #306090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306090 is #CF9F6F. Grayscale: #565656. Windows color (decimal): -13606768 or 9461808. OLE color: 9461808.

HSL color Cylindrical-coordinate representation of color #306090: hue angle of 210º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306090 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4896144-
CMYK0.670.3300.44
HSL210º50%37.65%-
HSV(B)210º66.67%56.47%-
XYZ10.4411.0127.96-
YUV87.12160.1100.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.67%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48961440.670.3300.442105037.65
Hex306090432102Cd23226
Octal60140220103410543226246
Binary1100001100000100100001000011100001010110011010010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306090; }

 p { color: rgb(48,96,144); }

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

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

 a { background-color: rgb(48,96,144); }

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

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

 span { border-color: rgb(48,96,144); }

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