#362061

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

Shades of Christalle #362061

Tints of Christalle #362061

Color information

#362061 (or 0x362061) is unknown color: approx Christalle. HEX triplet: 36, 20 and 61. RGB value is (54,32,97). Sum of RGB (Red+Green+Blue) = 54+32+97=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #362061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362061 is #C9DF9E. Grayscale: #2D2D2D. Windows color (decimal): -13229983 or 6365238. OLE color: 6365238.

HSL color Cylindrical-coordinate representation of color #362061: hue angle of 260.31º 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 #362061 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB543297-
CMYK0.440.6700.62
HSL260.31º50.39%25.29%-
HSV(B)260.31º67.01%38.04%-
XYZ4.22.6811.61-
YUV45.99156.79133.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 97 (38.28% from 255) = 53.01%
R=29.51%
G=17.49%
B=53.01%

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
Decimal5432970.440.6700.62260.3150.3925.29
Hex3620612C4303E1043219
Octal6640141541030764046231
Binary11011010000011000011011001000011011111010000010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362061; }

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

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

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

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

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

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

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

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