#30648B

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

Shades of Endeavour #30648B

Tints of Endeavour #30648B

Color information

#30648B (or 0x30648B) is unknown color: approx Endeavour. HEX triplet: 30, 64 and 8B. RGB value is (48,100,139). Sum of RGB (Red+Green+Blue) = 48+100+139=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #30648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30648B is #CF9B74. Grayscale: #585858. Windows color (decimal): -13605749 or 9135152. OLE color: 9135152.

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

Color convert

RGB48100139-
CMYK0.650.2800.45
HSL205.71º48.66%36.67%-
HSV(B)205.71º65.47%54.51%-
XYZ10.4411.6126.12-
YUV88.9156.2798.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.72%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=16.72%
G=34.84%
B=48.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481001390.650.2800.45205.7148.6636.67
Hex30648B411C02Dce3125
Octal60144213101340553166145
Binary110000110010010001011100000111100010110111001110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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