#304761

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

Shades of Cello #304761

Tints of Cello #304761

Color information

#304761 (or 0x304761) is unknown color: approx Cello. HEX triplet: 30, 47 and 61. RGB value is (48,71,97). Sum of RGB (Red+Green+Blue) = 48+71+97=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #304761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304761 is #CFB89E. Grayscale: #424242. Windows color (decimal): -13613215 or 6375216. OLE color: 6375216.

HSL color Cylindrical-coordinate representation of color #304761: hue angle of 211.84º 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 #304761 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB487197-
CMYK0.510.2700.62
HSL211.84º33.79%28.43%-
HSV(B)211.84º50.52%38.04%-
XYZ5.63612.17-
YUV67.09144.88114.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=22.22%
G=32.87%
B=44.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4871970.510.2700.62211.8433.7928.43
Hex304761331B03Ed4221c
Octal6010714163330763244234
Binary110000100011111000011100111101101111101101010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304761; }

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

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

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

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

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

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

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

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