#362261

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

Shades of Christalle #362261

Tints of Christalle #362261

Color information

#362261 (or 0x362261) is unknown color: approx Christalle. HEX triplet: 36, 22 and 61. RGB value is (54,34,97). Sum of RGB (Red+Green+Blue) = 54+34+97=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #362261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362261 is #C9DD9E. Grayscale: #2E2E2E. Windows color (decimal): -13229471 or 6365750. OLE color: 6365750.

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

Color convert

RGB543497-
CMYK0.440.6500.62
HSL259.05º48.09%25.69%-
HSV(B)259.05º64.95%38.04%-
XYZ4.252.7911.62-
YUV47.16156.13132.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=29.19%
G=18.38%
B=52.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5434970.440.6500.62259.0548.0925.69
Hex3622612C4103E103301a
Octal6642141541010764036032
Binary11011010001011000011011001000001011111010000001111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362261; }

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

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

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

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

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

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

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

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