#362060

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

Shades of Christalle #362060

Tints of Christalle #362060

Color information

#362060 (or 0x362060) is unknown color: approx Christalle. HEX triplet: 36, 20 and 60. RGB value is (54,32,96). Sum of RGB (Red+Green+Blue) = 54+32+96=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #362060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362060 is #C9DF9F. Grayscale: #2D2D2D. Windows color (decimal): -13229984 or 6299702. OLE color: 6299702.

HSL color Cylindrical-coordinate representation of color #362060: hue angle of 260.62º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #362060 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB543296-
CMYK0.440.6700.62
HSL260.62º50%25.1%-
HSV(B)260.62º66.67%37.65%-
XYZ4.152.6611.36-
YUV45.87156.29133.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=29.67%
G=17.58%
B=52.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5432960.440.6700.62260.625025.1
Hex3620602C4303E1053219
Octal6640140541030764056231
Binary11011010000011000001011001000011011111010000010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362060; }

 p { color: rgb(54,32,96); }

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

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

 a { background-color: rgb(54,32,96); }

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

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

 span { border-color: rgb(54,32,96); }

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