#304860

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

Shades of Cello #304860

Tints of Cello #304860

Color information

#304860 (or 0x304860) is unknown color: approx Cello. HEX triplet: 30, 48 and 60. RGB value is (48,72,96). Sum of RGB (Red+Green+Blue) = 48+72+96=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #304860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304860 is #CFB79F. Grayscale: #434343. Windows color (decimal): -13612960 or 6309936. OLE color: 6309936.

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

Color convert

RGB487296-
CMYK0.500.2500.62
HSL210º33.33%28.24%-
HSV(B)210º50%37.65%-
XYZ5.656.1111.95-
YUV67.56144.05114.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=22.22%
G=33.33%
B=44.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4872960.500.2500.6221033.3328.24
Hex304860321903Ed2211c
Octal6011014062310763224134
Binary110000100100011000001100101100101111101101001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304860; }

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

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

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

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

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

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

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

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