#304863

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

Shades of Cello #304863

Tints of Cello #304863

Color information

#304863 (or 0x304863) is unknown color: approx Cello. HEX triplet: 30, 48 and 63. RGB value is (48,72,99). Sum of RGB (Red+Green+Blue) = 48+72+99=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #304863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304863 is #CFB79C. Grayscale: #434343. Windows color (decimal): -13612957 or 6506544. OLE color: 6506544.

HSL color Cylindrical-coordinate representation of color #304863: hue angle of 211.76º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304863 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB487299-
CMYK0.520.2700.61
HSL211.76º34.69%28.82%-
HSV(B)211.76º51.52%38.82%-
XYZ5.796.1612.69-
YUV67.9145.55113.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=21.92%
G=32.88%
B=45.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4872990.520.2700.61211.7634.6928.82
Hex304863341B03Dd4231d
Octal6011014364330753244335
Binary110000100100011000111101001101101111011101010010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304863; }

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

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

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

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

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

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

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

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