#324661

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

Shades of Cello #324661

Tints of Cello #324661

Color information

#324661 (or 0x324661) is unknown color: approx Cello. HEX triplet: 32, 46 and 61. RGB value is (50,70,97). Sum of RGB (Red+Green+Blue) = 50+70+97=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #324661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324661 is #CDB99E. Grayscale: #424242. Windows color (decimal): -13482399 or 6374962. OLE color: 6374962.

HSL color Cylindrical-coordinate representation of color #324661: hue angle of 214.47º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #324661 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB507097-
CMYK0.480.2800.62
HSL214.47º31.97%28.82%-
HSV(B)214.47º48.45%38.04%-
XYZ5.665.9212.15-
YUV67.1144.87115.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=23.04%
G=32.26%
B=44.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5070970.480.2800.62214.4731.9728.82
Hex324661301C03Ed6201d
Octal6210614160340763264035
Binary110010100011011000011100001110001111101101011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324661; }

 p { color: rgb(50,70,97); }

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

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

 a { background-color: rgb(50,70,97); }

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

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

 span { border-color: rgb(50,70,97); }

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