#30648F

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

Shades of Endeavour #30648F

Tints of Endeavour #30648F

Color information

#30648F (or 0x30648F) is unknown color: approx Endeavour. HEX triplet: 30, 64 and 8F. RGB value is (48,100,143). Sum of RGB (Red+Green+Blue) = 48+100+143=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #30648F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30648F is #CF9B70. Grayscale: #595959. Windows color (decimal): -13605745 or 9397296. OLE color: 9397296.

HSL color Cylindrical-coordinate representation of color #30648F: hue angle of 207.16º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30648F is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB48100143-
CMYK0.660.3000.44
HSL207.16º49.74%37.45%-
HSV(B)207.16º66.43%56.08%-
XYZ10.7311.7327.68-
YUV89.35158.2798.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.49%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 143 (56.25% from 255) = 49.14%
R=16.49%
G=34.36%
B=49.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481001430.660.3000.44207.1649.7437.45
Hex30648F421E02Ccf3225
Octal60144217102360543176245
Binary110000110010010001111100001011110010110011001111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30648F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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