#304760

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

Shades of Cello #304760

Tints of Cello #304760

Color information

#304760 (or 0x304760) is unknown color: approx Cello. HEX triplet: 30, 47 and 60. RGB value is (48,71,96). Sum of RGB (Red+Green+Blue) = 48+71+96=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #304760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304760 is #CFB89F. Grayscale: #424242. Windows color (decimal): -13613216 or 6309680. OLE color: 6309680.

HSL color Cylindrical-coordinate representation of color #304760: hue angle of 211.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #304760 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB487196-
CMYK0.500.2600.62
HSL211.25º33.33%28.24%-
HSV(B)211.25º50%37.65%-
XYZ5.585.9811.93-
YUV66.97144.38114.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 71 (28.12% from 255) = 33.02%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=22.33%
G=33.02%
B=44.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4871960.500.2600.62211.2533.3328.24
Hex304760321A03Ed3211c
Octal6010714062320763234134
Binary110000100011111000001100101101001111101101001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304760; }

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

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

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

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

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

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

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

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