#304A66

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

Shades of Cello #304A66

Tints of Cello #304A66

Color information

#304A66 (or 0x304A66) is unknown color: approx Cello. HEX triplet: 30, 4A and 66. RGB value is (48,74,102). Sum of RGB (Red+Green+Blue) = 48+74+102=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #304A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A66 is #CFB599. Grayscale: #454545. Windows color (decimal): -13612442 or 6703664. OLE color: 6703664.

HSL color Cylindrical-coordinate representation of color #304A66: hue angle of 211.11º 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 #304A66 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4874102-
CMYK0.530.2700.6
HSL211.11º36%29.41%-
HSV(B)211.11º52.94%40%-
XYZ6.076.4913.5-
YUV69.42146.39112.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=21.43%
G=33.04%
B=45.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48741020.530.2700.6211.113629.41
Hex304A66351B03Cd3241d
Octal6011214665330743234435
Binary110000100101011001101101011101101111001101001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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