#30496B

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

Shades of Cello #30496B

Tints of Cello #30496B

Color information

#30496B (or 0x30496B) is unknown color: approx Cello. HEX triplet: 30, 49 and 6B. RGB value is (48,73,107). Sum of RGB (Red+Green+Blue) = 48+73+107=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #30496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30496B is #CFB694. Grayscale: #454545. Windows color (decimal): -13612693 or 7031088. OLE color: 7031088.

HSL color Cylindrical-coordinate representation of color #30496B: hue angle of 214.58º 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 #30496B is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4873107-
CMYK0.550.3200.58
HSL214.58º38.06%30.39%-
HSV(B)214.58º55.14%41.96%-
XYZ6.266.4614.83-
YUV69.4149.22112.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=21.05%
G=32.02%
B=46.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48731070.550.3200.58214.5838.0630.39
Hex30496B372003Ad7261e
Octal6011115367400723274636
Binary1100001001001110101111011110000001110101101011110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30496B; }

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

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

<style>
 a { background-color: #30496B; }

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

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

<style>
 span { border-color: #30496B; }

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

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