#304969

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

Shades of Cello #304969

Tints of Cello #304969

Color information

#304969 (or 0x304969) is unknown color: approx Cello. HEX triplet: 30, 49 and 69. RGB value is (48,73,105). Sum of RGB (Red+Green+Blue) = 48+73+105=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #304969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304969 is #CFB696. Grayscale: #454545. Windows color (decimal): -13612695 or 6900016. OLE color: 6900016.

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

Color convert

RGB4873105-
CMYK0.540.3000.59
HSL213.68º37.25%30%-
HSV(B)213.68º54.29%41.18%-
XYZ6.156.4114.28-
YUV69.17148.22112.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=21.24%
G=32.30%
B=46.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48731050.540.3000.59213.6837.2530
Hex304969361E03Bd6251e
Octal6011115166360733264536
Binary110000100100111010011101101111001110111101011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304969; }

 p { color: rgb(48,73,105); }

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

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

 a { background-color: rgb(48,73,105); }

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

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

 span { border-color: rgb(48,73,105); }

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