#30465B

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

Shades of Cello #30465B

Tints of Cello #30465B

Color information

#30465B (or 0x30465B) is unknown color: approx Cello. HEX triplet: 30, 46 and 5B. RGB value is (48,70,91). Sum of RGB (Red+Green+Blue) = 48+70+91=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #30465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30465B is #CFB9A4. Grayscale: #414141. Windows color (decimal): -13613477 or 5981744. OLE color: 5981744.

HSL color Cylindrical-coordinate representation of color #30465B: hue angle of 209.3º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30465B is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB487091-
CMYK0.470.2300.64
HSL209.3º30.94%27.25%-
HSV(B)209.3º47.25%35.69%-
XYZ5.35.7610.73-
YUV65.82142.21115.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=22.97%
G=33.49%
B=43.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4870910.470.2300.64209.330.9427.25
Hex30465B2F17040d11f1b
Octal60106133572701003213733
Binary110000100011010110111011111011101000000110100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,70,91); }

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

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

 a { background-color: rgb(48,70,91); }

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

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

 span { border-color: rgb(48,70,91); }

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