#304A60

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

Shades of Cello #304A60

Tints of Cello #304A60

Color information

#304A60 (or 0x304A60) is unknown color: approx Cello. HEX triplet: 30, 4A and 60. RGB value is (48,74,96). Sum of RGB (Red+Green+Blue) = 48+74+96=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #304A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A60 is #CFB59F. Grayscale: #444444. Windows color (decimal): -13612448 or 6310448. OLE color: 6310448.

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

Color convert

RGB487496-
CMYK0.500.2300.62
HSL207.5º33.33%28.24%-
HSV(B)207.5º50%37.65%-
XYZ5.786.3711.99-
YUV68.73143.39113.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=22.02%
G=33.94%
B=44.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4874960.500.2300.62207.533.3328.24
Hex304A60321703Ed0211c
Octal6011214062270763204134
Binary110000100101011000001100101011101111101101000010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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