#324968

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

Shades of Cello #324968

Tints of Cello #324968

Color information

#324968 (or 0x324968) is unknown color: approx Cello. HEX triplet: 32, 49 and 68. RGB value is (50,73,104). Sum of RGB (Red+Green+Blue) = 50+73+104=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #324968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324968 is #CDB697. Grayscale: #454545. Windows color (decimal): -13481624 or 6834482. OLE color: 6834482.

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

Color convert

RGB5073104-
CMYK0.520.3000.59
HSL214.44º35.06%30.2%-
HSV(B)214.44º51.92%40.78%-
XYZ6.26.4414.01-
YUV69.66147.38113.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=22.03%
G=32.16%
B=45.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50731040.520.3000.59214.4435.0630.2
Hex324968341E03Bd6231e
Octal6211115064360733264336
Binary110010100100111010001101001111001110111101011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324968; }

 p { color: rgb(50,73,104); }

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

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

 a { background-color: rgb(50,73,104); }

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

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

 span { border-color: rgb(50,73,104); }

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