#324F69

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

Shades of Cello #324F69

Tints of Cello #324F69

Color information

#324F69 (or 0x324F69) is unknown color: approx Cello. HEX triplet: 32, 4F and 69. RGB value is (50,79,105). Sum of RGB (Red+Green+Blue) = 50+79+105=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #324F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F69 is #CDB096. Grayscale: #494949. Windows color (decimal): -13480087 or 6901554. OLE color: 6901554.

HSL color Cylindrical-coordinate representation of color #324F69: hue angle of 208.36º 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 #324F69 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5079105-
CMYK0.520.2500.59
HSL208.36º35.48%30.39%-
HSV(B)208.36º52.38%41.18%-
XYZ6.667.2914.42-
YUV73.29145.89111.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 79 (31.25% from 255) = 33.76%
BLUE value IS 105 (41.41% from 255) = 44.87%
R=21.37%
G=33.76%
B=44.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50791050.520.2500.59208.3635.4830.39
Hex324F69341903Bd0231e
Octal6211715164310733204336
Binary110010100111111010011101001100101110111101000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324F69; }

 p { color: rgb(50,79,105); }

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

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

 a { background-color: rgb(50,79,105); }

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

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

 span { border-color: rgb(50,79,105); }

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