#304C64

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

Shades of Cello #304C64

Tints of Cello #304C64

Color information

#304C64 (or 0x304C64) is unknown color: approx Cello. HEX triplet: 30, 4C and 64. RGB value is (48,76,100). Sum of RGB (Red+Green+Blue) = 48+76+100=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 100 - color contains mainly: blue. Hex color #304C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C64 is #CFB39B. Grayscale: #464646. Windows color (decimal): -13611932 or 6573104. OLE color: 6573104.

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

Color convert

RGB4876100-
CMYK0.520.2400.61
HSL207.69º35.14%29.02%-
HSV(B)207.69º52%39.22%-
XYZ6.16.7213.03-
YUV70.36144.72112.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 100 (39.45% from 255) = 44.64%
R=21.43%
G=33.93%
B=44.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal48761000.520.2400.61207.6935.1429.02
Hex304C64341803Dd0231d
Octal6011414464300753204335
Binary110000100110011001001101001100001111011101000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,76,100); }

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

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

 a { background-color: rgb(48,76,100); }

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

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

 span { border-color: rgb(48,76,100); }

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