#30485C

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

Shades of Cello #30485C

Tints of Cello #30485C

Color information

#30485C (or 0x30485C) is unknown color: approx Cello. HEX triplet: 30, 48 and 5C. RGB value is (48,72,92). Sum of RGB (Red+Green+Blue) = 48+72+92=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #30485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30485C is #CFB7A3. Grayscale: #434343. Windows color (decimal): -13612964 or 6047792. OLE color: 6047792.

HSL color Cylindrical-coordinate representation of color #30485C: hue angle of 207.27º 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 #30485C is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB487292-
CMYK0.480.2200.64
HSL207.27º31.43%27.45%-
HSV(B)207.27º47.83%36.08%-
XYZ5.476.0411-
YUV67.1142.05114.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=22.64%
G=33.96%
B=43.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4872920.480.2200.64207.2731.4327.45
Hex30485C3016040cf1f1b
Octal60110134602601003173733
Binary110000100100010111001100001011001000000110011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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