#306492

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

Shades of Endeavour #306492

Tints of Endeavour #306492

Color information

#306492 (or 0x306492) is unknown color: approx Endeavour. HEX triplet: 30, 64 and 92. RGB value is (48,100,146). Sum of RGB (Red+Green+Blue) = 48+100+146=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #306492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306492 is #CF9B6D. Grayscale: #595959. Windows color (decimal): -13605742 or 9593904. OLE color: 9593904.

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

Color convert

RGB48100146-
CMYK0.670.3200.43
HSL208.16º50.52%38.04%-
HSV(B)208.16º67.12%57.25%-
XYZ10.9611.8228.9-
YUV89.7159.7798.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.33%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=16.33%
G=34.01%
B=49.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481001460.670.3200.43208.1650.5238.04
Hex306492432002Bd03326
Octal60144222103400533206346
Binary1100001100100100100101000011100000010101111010000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306492; }

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

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

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

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

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

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

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

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