#304660

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

Shades of Cello #304660

Tints of Cello #304660

Color information

#304660 (or 0x304660) is unknown color: approx Cello. HEX triplet: 30, 46 and 60. RGB value is (48,70,96). Sum of RGB (Red+Green+Blue) = 48+70+96=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #304660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304660 is #CFB99F. Grayscale: #424242. Windows color (decimal): -13613472 or 6309424. OLE color: 6309424.

HSL color Cylindrical-coordinate representation of color #304660: hue angle of 212.5º 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 #304660 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB487096-
CMYK0.500.2700.62
HSL212.5º33.33%28.24%-
HSV(B)212.5º50%37.65%-
XYZ5.525.8511.91-
YUV66.39144.71114.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=22.43%
G=32.71%
B=44.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4870960.500.2700.62212.533.3328.24
Hex304660321B03Ed4211c
Octal6010614062330763244134
Binary110000100011011000001100101101101111101101010010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304660; }

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

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

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

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

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

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

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

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