#324867

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

Shades of Cello #324867

Tints of Cello #324867

Color information

#324867 (or 0x324867) is unknown color: approx Cello. HEX triplet: 32, 48 and 67. RGB value is (50,72,103). Sum of RGB (Red+Green+Blue) = 50+72+103=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #324867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324867 is #CDB798. Grayscale: #444444. Windows color (decimal): -13481881 or 6768690. OLE color: 6768690.

HSL color Cylindrical-coordinate representation of color #324867: hue angle of 215.09º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #324867 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5072103-
CMYK0.510.3000.60
HSL215.09º34.64%30%-
HSV(B)215.09º51.46%40.39%-
XYZ6.086.2913.73-
YUV68.96147.21114.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=22.22%
G=32%
B=45.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50721030.510.3000.60215.0934.6430
Hex324867331E03Cd7231e
Octal6211014763360743274336
Binary110010100100011001111100111111001111001101011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324867; }

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

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

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

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

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

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

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

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