#324558

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

Shades of Cello #324558

Tints of Cello #324558

Color information

#324558 (or 0x324558) is unknown color: approx Cello. HEX triplet: 32, 45 and 58. RGB value is (50,69,88). Sum of RGB (Red+Green+Blue) = 50+69+88=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #324558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324558 is #CDBAA7. Grayscale: #414141. Windows color (decimal): -13482664 or 5784882. OLE color: 5784882.

HSL color Cylindrical-coordinate representation of color #324558: hue angle of 210º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #324558 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB506988-
CMYK0.430.2200.65
HSL210º27.54%27.06%-
HSV(B)210º43.18%34.51%-
XYZ5.25.6410.05-
YUV65.48140.71116.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 69 (27.34% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 42.51%
R=24.15%
G=33.33%
B=42.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5069880.430.2200.6521027.5427.06
Hex3245582B16041d21c1b
Octal62105130532601013223433
Binary110010100010110110001010111011001000001110100101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324558; }

 p { color: rgb(50,69,88); }

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

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

 a { background-color: rgb(50,69,88); }

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

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

 span { border-color: rgb(50,69,88); }

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