#305698

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

Shades of Endeavour #305698

Tints of Endeavour #305698

Color information

#305698 (or 0x305698) is unknown color: approx Endeavour. HEX triplet: 30, 56 and 98. RGB value is (48,86,152). Sum of RGB (Red+Green+Blue) = 48+86+152=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #305698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305698 is #CFA967. Grayscale: #515151. Windows color (decimal): -13609320 or 9983536. OLE color: 9983536.

HSL color Cylindrical-coordinate representation of color #305698: hue angle of 218.08º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #305698 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4886152-
CMYK0.680.4300.40
HSL218.08º52%39.22%-
HSV(B)218.08º68.42%59.61%-
XYZ10.219.5531.01-
YUV82.16167.41103.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 152 (59.77% from 255) = 53.15%
R=16.78%
G=30.07%
B=53.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48861520.680.4300.40218.085239.22
Hex305698442B028da3427
Octal60126230104530503326447
Binary1100001010110100110001000100101011010100011011010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305698; }

 p { color: rgb(48,86,152); }

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

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

 a { background-color: rgb(48,86,152); }

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

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

 span { border-color: rgb(48,86,152); }

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