#30608E

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

Shades of Endeavour #30608E

Tints of Endeavour #30608E

Color information

#30608E (or 0x30608E) is unknown color: approx Endeavour. HEX triplet: 30, 60 and 8E. RGB value is (48,96,142). Sum of RGB (Red+Green+Blue) = 48+96+142=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #30608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30608E is #CF9F71. Grayscale: #565656. Windows color (decimal): -13606770 or 9330736. OLE color: 9330736.

HSL color Cylindrical-coordinate representation of color #30608E: hue angle of 209.36º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30608E is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4896142-
CMYK0.660.3200.44
HSL209.36º49.47%37.25%-
HSV(B)209.36º66.2%55.69%-
XYZ10.2810.9527.16-
YUV86.89159.1100.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 142 (55.86% from 255) = 49.65%
R=16.78%
G=33.57%
B=49.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48961420.660.3200.44209.3649.4737.25
Hex30608E422002Cd13125
Octal60140216102400543216145
Binary1100001100000100011101000010100000010110011010001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30608E; }

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

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

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

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

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

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

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

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