#30648A

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

Shades of Endeavour #30648A

Tints of Endeavour #30648A

Color information

#30648A (or 0x30648A) is unknown color: approx Endeavour. HEX triplet: 30, 64 and 8A. RGB value is (48,100,138). Sum of RGB (Red+Green+Blue) = 48+100+138=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #30648A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30648A is #CF9B75. Grayscale: #585858. Windows color (decimal): -13605750 or 9069616. OLE color: 9069616.

HSL color Cylindrical-coordinate representation of color #30648A: hue angle of 205.33º 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 #30648A is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB48100138-
CMYK0.650.2800.46
HSL205.33º48.39%36.47%-
HSV(B)205.33º65.22%54.12%-
XYZ10.3611.5825.73-
YUV88.78155.7798.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=16.78%
G=34.97%
B=48.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481001380.650.2800.46205.3348.3936.47
Hex30648A411C02Ecd3024
Octal60144212101340563156044
Binary110000110010010001010100000111100010111011001101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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