#304C60

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

Shades of Cello #304C60

Tints of Cello #304C60

Color information

#304C60 (or 0x304C60) is unknown color: approx Cello. HEX triplet: 30, 4C and 60. RGB value is (48,76,96). Sum of RGB (Red+Green+Blue) = 48+76+96=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #304C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C60 is #CFB39F. Grayscale: #454545. Windows color (decimal): -13611936 or 6310960. OLE color: 6310960.

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

Color convert

RGB487696-
CMYK0.500.2100.62
HSL205º33.33%28.24%-
HSV(B)205º50%37.65%-
XYZ5.916.6412.04-
YUV69.91142.72112.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.82%
GREEN value IS 76 (30.08% from 255) = 34.55%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=21.82%
G=34.55%
B=43.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4876960.500.2100.6220533.3328.24
Hex304C60321503Ecd211c
Octal6011414062250763154134
Binary110000100110011000001100101010101111101100110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304C60; }

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

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

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

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

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

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

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

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