#304861

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

Shades of Cello #304861

Tints of Cello #304861

Color information

#304861 (or 0x304861) is unknown color: approx Cello. HEX triplet: 30, 48 and 61. RGB value is (48,72,97). Sum of RGB (Red+Green+Blue) = 48+72+97=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #304861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304861 is #CFB79E. Grayscale: #434343. Windows color (decimal): -13612959 or 6375472. OLE color: 6375472.

HSL color Cylindrical-coordinate representation of color #304861: hue angle of 210.61º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304861 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB487297-
CMYK0.510.2600.62
HSL210.61º33.79%28.43%-
HSV(B)210.61º50.52%38.04%-
XYZ5.696.1312.19-
YUV67.67144.55113.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=22.12%
G=33.18%
B=44.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4872970.510.2600.62210.6133.7928.43
Hex304861331A03Ed3221c
Octal6011014163320763234234
Binary110000100100011000011100111101001111101101001110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304861; }

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

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

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

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

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

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

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

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