#304C66

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

Shades of Cello #304C66

Tints of Cello #304C66

Color information

#304C66 (or 0x304C66) is unknown color: approx Cello. HEX triplet: 30, 4C and 66. RGB value is (48,76,102). Sum of RGB (Red+Green+Blue) = 48+76+102=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #304C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C66 is #CFB399. Grayscale: #464646. Windows color (decimal): -13611930 or 6704176. OLE color: 6704176.

HSL color Cylindrical-coordinate representation of color #304C66: hue angle of 208.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304C66 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4876102-
CMYK0.530.2500.6
HSL208.89º36%29.41%-
HSV(B)208.89º52.94%40%-
XYZ6.26.7613.55-
YUV70.59145.72111.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 102 (40.23% from 255) = 45.13%
R=21.24%
G=33.63%
B=45.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48761020.530.2500.6208.893629.41
Hex304C66351903Cd1241d
Octal6011414665310743214435
Binary110000100110011001101101011100101111001101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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