#30465C

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

Shades of Cello #30465C

Tints of Cello #30465C

Color information

#30465C (or 0x30465C) is unknown color: approx Cello. HEX triplet: 30, 46 and 5C. RGB value is (48,70,92). Sum of RGB (Red+Green+Blue) = 48+70+92=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #30465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30465C is #CFB9A3. Grayscale: #414141. Windows color (decimal): -13613476 or 6047280. OLE color: 6047280.

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

Color convert

RGB487092-
CMYK0.480.2400.64
HSL210º31.43%27.45%-
HSV(B)210º47.83%36.08%-
XYZ5.345.7810.96-
YUV65.93142.71115.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=22.86%
G=33.33%
B=43.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4870920.480.2400.6421031.4327.45
Hex30465C3018040d21f1b
Octal60106134603001003223733
Binary110000100011010111001100001100001000000110100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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