#30628B

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

Shades of Endeavour #30628B

Tints of Endeavour #30628B

Color information

#30628B (or 0x30628B) is unknown color: approx Endeavour. HEX triplet: 30, 62 and 8B. RGB value is (48,98,139). Sum of RGB (Red+Green+Blue) = 48+98+139=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #30628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30628B is #CF9D74. Grayscale: #575757. Windows color (decimal): -13606261 or 9134640. OLE color: 9134640.

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

Color convert

RGB4898139-
CMYK0.650.2900.45
HSL207.03º48.66%36.67%-
HSV(B)207.03º65.47%54.51%-
XYZ10.2511.2326.05-
YUV87.72156.9499.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=16.84%
G=34.39%
B=48.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48981390.650.2900.45207.0348.6636.67
Hex30628B411D02Dcf3125
Octal60142213101350553176145
Binary110000110001010001011100000111101010110111001111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30628B; }

 p { color: rgb(48,98,139); }

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

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

 a { background-color: rgb(48,98,139); }

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

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

 span { border-color: rgb(48,98,139); }

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