#30608D

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

Shades of Endeavour #30608D

Tints of Endeavour #30608D

Color information

#30608D (or 0x30608D) is unknown color: approx Endeavour. HEX triplet: 30, 60 and 8D. RGB value is (48,96,141). Sum of RGB (Red+Green+Blue) = 48+96+141=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #30608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30608D is #CF9F72. Grayscale: #565656. Windows color (decimal): -13606771 or 9265200. OLE color: 9265200.

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

Color convert

RGB4896141-
CMYK0.660.3200.45
HSL209.03º49.21%37.06%-
HSV(B)209.03º65.96%55.29%-
XYZ10.2110.9226.77-
YUV86.78158.6100.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=16.84%
G=33.68%
B=49.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48961410.660.3200.45209.0349.2137.06
Hex30608D422002Dd13125
Octal60140215102400553216145
Binary1100001100000100011011000010100000010110111010001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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