#324862

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

Shades of Cello #324862

Tints of Cello #324862

Color information

#324862 (or 0x324862) is unknown color: approx Cello. HEX triplet: 32, 48 and 62. RGB value is (50,72,98). Sum of RGB (Red+Green+Blue) = 50+72+98=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #324862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324862 is #CDB79D. Grayscale: #444444. Windows color (decimal): -13481886 or 6441010. OLE color: 6441010.

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

Color convert

RGB507298-
CMYK0.490.2700.62
HSL212.5º32.43%29.02%-
HSV(B)212.5º48.98%38.43%-
XYZ5.846.1912.44-
YUV68.39144.71114.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=22.73%
G=32.73%
B=44.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5072980.490.2700.62212.532.4329.02
Hex324862311B03Ed4201d
Octal6211014261330763244035
Binary110010100100011000101100011101101111101101010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324862; }

 p { color: rgb(50,72,98); }

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

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

 a { background-color: rgb(50,72,98); }

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

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

 span { border-color: rgb(50,72,98); }

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