#30475E

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

Shades of Cello #30475E

Tints of Cello #30475E

Color information

#30475E (or 0x30475E) is unknown color: approx Cello. HEX triplet: 30, 47 and 5E. RGB value is (48,71,94). Sum of RGB (Red+Green+Blue) = 48+71+94=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #30475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30475E is #CFB8A1. Grayscale: #424242. Windows color (decimal): -13613218 or 6178608. OLE color: 6178608.

HSL color Cylindrical-coordinate representation of color #30475E: hue angle of 210º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30475E is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB487194-
CMYK0.490.2400.63
HSL210º32.39%27.84%-
HSV(B)210º48.94%36.86%-
XYZ5.495.9411.45-
YUV66.74143.38114.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=22.54%
G=33.33%
B=44.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4871940.490.2400.6321032.3927.84
Hex30475E311803Fd2201c
Octal6010713661300773224034
Binary110000100011110111101100011100001111111101001010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,71,94); }

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

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

 a { background-color: rgb(48,71,94); }

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

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

 span { border-color: rgb(48,71,94); }

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