#304868

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

Shades of Cello #304868

Tints of Cello #304868

Color information

#304868 (or 0x304868) is unknown color: approx Cello. HEX triplet: 30, 48 and 68. RGB value is (48,72,104). Sum of RGB (Red+Green+Blue) = 48+72+104=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #304868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304868 is #CFB797. Grayscale: #444444. Windows color (decimal): -13612952 or 6834224. OLE color: 6834224.

HSL color Cylindrical-coordinate representation of color #304868: hue angle of 214.29º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #304868 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4872104-
CMYK0.540.3100.59
HSL214.29º36.84%29.8%-
HSV(B)214.29º53.85%40.78%-
XYZ6.036.2613.99-
YUV68.47148.05113.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=21.43%
G=32.14%
B=46.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48721040.540.3100.59214.2936.8429.8
Hex304868361F03Bd6251e
Octal6011015066370733264536
Binary110000100100011010001101101111101110111101011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304868; }

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

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

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

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

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

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

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

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