#30664F

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

Shades of Spectra #30664F

Tints of Spectra #30664F

Color information

#30664F (or 0x30664F) is unknown color: approx Spectra. HEX triplet: 30, 66 and 4F. RGB value is (48,102,79). Sum of RGB (Red+Green+Blue) = 48+102+79=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 102 - color contains mainly: green. Hex color #30664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30664F is #CF99B0. Grayscale: #535353. Windows color (decimal): -13605297 or 5203504. OLE color: 5203504.

HSL color Cylindrical-coordinate representation of color #30664F: hue angle of 154.44º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30664F is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB4810279-
CMYK0.5300.230.6
HSL154.44º36%29.41%-
HSV(B)154.44º52.94%40%-
XYZ7.3810.79.07-
YUV83.23125.61102.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 102 (40.23% from 255) = 44.54%
BLUE value IS 79 (31.25% from 255) = 34.50%
R=20.96%
G=44.54%
B=34.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48102790.5300.230.6154.443629.41
Hex30664F350173C9a241d
Octal6014611765027742324435
Binary110000110011010011111101010101111111001001101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,102,79); }

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

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

 a { background-color: rgb(48,102,79); }

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

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

 span { border-color: rgb(48,102,79); }

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