#30628A

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

Shades of Endeavour #30628A

Tints of Endeavour #30628A

Color information

#30628A (or 0x30628A) is unknown color: approx Endeavour. HEX triplet: 30, 62 and 8A. RGB value is (48,98,138). Sum of RGB (Red+Green+Blue) = 48+98+138=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #30628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30628A is #CF9D75. Grayscale: #575757. Windows color (decimal): -13606262 or 9069104. OLE color: 9069104.

HSL color Cylindrical-coordinate representation of color #30628A: hue angle of 206.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30628A is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4898138-
CMYK0.650.2900.46
HSL206.67º48.39%36.47%-
HSV(B)206.67º65.22%54.12%-
XYZ10.1711.225.67-
YUV87.61156.4499.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 138 (54.30% from 255) = 48.59%
R=16.90%
G=34.51%
B=48.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48981380.650.2900.46206.6748.3936.47
Hex30628A411D02Ecf3024
Octal60142212101350563176044
Binary110000110001010001010100000111101010111011001111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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