#306098

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

Shades of Endeavour #306098

Tints of Endeavour #306098

Color information

#306098 (or 0x306098) is unknown color: approx Endeavour. HEX triplet: 30, 60 and 98. RGB value is (48,96,152). Sum of RGB (Red+Green+Blue) = 48+96+152=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #306098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306098 is #CF9F67. Grayscale: #575757. Windows color (decimal): -13606760 or 9986096. OLE color: 9986096.

HSL color Cylindrical-coordinate representation of color #306098: hue angle of 212.31º 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 #306098 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4896152-
CMYK0.680.3700.40
HSL212.31º52%39.22%-
HSV(B)212.31º68.42%59.61%-
XYZ11.0711.2631.3-
YUV88.03164.199.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 152 (59.77% from 255) = 51.35%
R=16.22%
G=32.43%
B=51.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48961520.680.3700.40212.315239.22
Hex3060984425028d43427
Octal60140230104450503246447
Binary1100001100000100110001000100100101010100011010100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306098; }

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

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

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

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

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

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

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

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