#304960

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

Shades of Cello #304960

Tints of Cello #304960

Color information

#304960 (or 0x304960) is unknown color: approx Cello. HEX triplet: 30, 49 and 60. RGB value is (48,73,96). Sum of RGB (Red+Green+Blue) = 48+73+96=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #304960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304960 is #CFB69F. Grayscale: #444444. Windows color (decimal): -13612704 or 6310192. OLE color: 6310192.

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

Color convert

RGB487396-
CMYK0.500.2400.62
HSL208.75º33.33%28.24%-
HSV(B)208.75º50%37.65%-
XYZ5.716.2411.97-
YUV68.15143.72113.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=22.12%
G=33.64%
B=44.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4873960.500.2400.62208.7533.3328.24
Hex304960321803Ed1211c
Octal6011114062300763214134
Binary110000100100111000001100101100001111101101000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304960; }

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

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

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

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

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

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

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

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