#304F68

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

Shades of Cello #304F68

Tints of Cello #304F68

Color information

#304F68 (or 0x304F68) is unknown color: approx Cello. HEX triplet: 30, 4F and 68. RGB value is (48,79,104). Sum of RGB (Red+Green+Blue) = 48+79+104=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #304F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F68 is #CFB097. Grayscale: #484848. Windows color (decimal): -13611160 or 6836016. OLE color: 6836016.

HSL color Cylindrical-coordinate representation of color #304F68: hue angle of 206.79º 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 #304F68 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4879104-
CMYK0.540.2400.59
HSL206.79º36.84%29.8%-
HSV(B)206.79º53.85%40.78%-
XYZ6.517.2214.15-
YUV72.58145.73110.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 79 (31.25% from 255) = 34.20%
BLUE value IS 104 (41.02% from 255) = 45.02%
R=20.78%
G=34.20%
B=45.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48791040.540.2400.59206.7936.8429.8
Hex304F68361803Bcf251e
Octal6011715066300733174536
Binary110000100111111010001101101100001110111100111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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