#304D63

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

Shades of Cello #304D63

Tints of Cello #304D63

Color information

#304D63 (or 0x304D63) is unknown color: approx Cello. HEX triplet: 30, 4D and 63. RGB value is (48,77,99). Sum of RGB (Red+Green+Blue) = 48+77+99=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #304D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D63 is #CFB29C. Grayscale: #464646. Windows color (decimal): -13611677 or 6507824. OLE color: 6507824.

HSL color Cylindrical-coordinate representation of color #304D63: hue angle of 205.88º 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 #304D63 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB487799-
CMYK0.520.2200.61
HSL205.88º34.69%28.82%-
HSV(B)205.88º51.52%38.82%-
XYZ6.126.8412.8-
YUV70.84143.89111.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=21.43%
G=34.38%
B=44.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4877990.520.2200.61205.8834.6928.82
Hex304D63341603Dce231d
Octal6011514364260753164335
Binary110000100110111000111101001011001111011100111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304D63; }

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

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

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

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

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

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

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

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