#304F66

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

Shades of Cello #304F66

Tints of Cello #304F66

Color information

#304F66 (or 0x304F66) is unknown color: approx Cello. HEX triplet: 30, 4F and 66. RGB value is (48,79,102). Sum of RGB (Red+Green+Blue) = 48+79+102=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: blue. Hex color #304F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F66 is #CFB099. Grayscale: #484848. Windows color (decimal): -13611162 or 6704944. OLE color: 6704944.

HSL color Cylindrical-coordinate representation of color #304F66: hue angle of 205.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304F66 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4879102-
CMYK0.530.2300.6
HSL205.56º36%29.41%-
HSV(B)205.56º52.94%40%-
XYZ6.417.1813.62-
YUV72.35144.73110.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 79 (31.25% from 255) = 34.50%
BLUE value IS 102 (40.23% from 255) = 44.54%
R=20.96%
G=34.50%
B=44.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48791020.530.2300.6205.563629.41
Hex304F66351703Cce241d
Octal6011714665270743164435
Binary110000100111111001101101011011101111001100111010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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