#304659

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

Shades of Cello #304659

Tints of Cello #304659

Color information

#304659 (or 0x304659) is unknown color: approx Cello. HEX triplet: 30, 46 and 59. RGB value is (48,70,89). Sum of RGB (Red+Green+Blue) = 48+70+89=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #304659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304659 is #CFB9A6. Grayscale: #414141. Windows color (decimal): -13613479 or 5850672. OLE color: 5850672.

HSL color Cylindrical-coordinate representation of color #304659: hue angle of 207.8º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #304659 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB487089-
CMYK0.460.2100.65
HSL207.8º29.93%26.86%-
HSV(B)207.8º46.07%34.9%-
XYZ5.215.7310.28-
YUV65.59141.21115.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=23.19%
G=33.82%
B=43.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4870890.460.2100.65207.829.9326.86
Hex3046592E15041d01e1b
Octal60106131562501013203633
Binary110000100011010110011011101010101000001110100001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304659; }

 p { color: rgb(48,70,89); }

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

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

 a { background-color: rgb(48,70,89); }

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

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

 span { border-color: rgb(48,70,89); }

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