#30475C

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

Shades of Cello #30475C

Tints of Cello #30475C

Color information

#30475C (or 0x30475C) is unknown color: approx Cello. HEX triplet: 30, 47 and 5C. RGB value is (48,71,92). Sum of RGB (Red+Green+Blue) = 48+71+92=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #30475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30475C is #CFB8A3. Grayscale: #424242. Windows color (decimal): -13613220 or 6047536. OLE color: 6047536.

HSL color Cylindrical-coordinate representation of color #30475C: hue angle of 208.64º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30475C is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB487192-
CMYK0.480.2300.64
HSL208.64º31.43%27.45%-
HSV(B)208.64º47.83%36.08%-
XYZ5.45.9110.98-
YUV66.52142.38114.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 71 (28.12% from 255) = 33.65%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=22.75%
G=33.65%
B=43.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4871920.480.2300.64208.6431.4327.45
Hex30475C3017040d11f1b
Octal60107134602701003213733
Binary110000100011110111001100001011101000000110100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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