#304A6B

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

Shades of Cello #304A6B

Tints of Cello #304A6B

Color information

#304A6B (or 0x304A6B) is unknown color: approx Cello. HEX triplet: 30, 4A and 6B. RGB value is (48,74,107). Sum of RGB (Red+Green+Blue) = 48+74+107=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #304A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A6B is #CFB594. Grayscale: #454545. Windows color (decimal): -13612437 or 7031344. OLE color: 7031344.

HSL color Cylindrical-coordinate representation of color #304A6B: hue angle of 213.56º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #304A6B is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4874107-
CMYK0.550.3100.58
HSL213.56º38.06%30.39%-
HSV(B)213.56º55.14%41.96%-
XYZ6.326.5914.85-
YUV69.99148.89112.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 74 (29.30% from 255) = 32.31%
BLUE value IS 107 (42.19% from 255) = 46.72%
R=20.96%
G=32.31%
B=46.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48741070.550.3100.58213.5638.0630.39
Hex304A6B371F03Ad6261e
Octal6011215367370723264636
Binary110000100101011010111101111111101110101101011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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