#30624E

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

Shades of Spectra #30624E

Tints of Spectra #30624E

Color information

#30624E (or 0x30624E) is unknown color: approx Spectra. HEX triplet: 30, 62 and 4E. RGB value is (48,98,78). Sum of RGB (Red+Green+Blue) = 48+98+78=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #30624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30624E is #CF9DB1. Grayscale: #505050. Windows color (decimal): -13606322 or 5136944. OLE color: 5136944.

HSL color Cylindrical-coordinate representation of color #30624E: hue angle of 156º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30624E is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB489878-
CMYK0.5100.200.62
HSL156º34.25%28.63%-
HSV(B)156º51.02%38.43%-
XYZ6.969.918.75-
YUV80.77126.44104.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=21.43%
G=43.75%
B=34.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4898780.5100.200.6215634.2528.63
Hex30624E330143E9c221d
Octal6014211663024762344235
Binary110000110001010011101100110101001111101001110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30624E; }

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

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

<style>
 a { background-color: #30624E; }

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

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

<style>
 span { border-color: #30624E; }

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

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