#362253

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

Shades of Christalle #362253

Tints of Christalle #362253

Color information

#362253 (or 0x362253) is unknown color: approx Christalle. HEX triplet: 36, 22 and 53. RGB value is (54,34,83). Sum of RGB (Red+Green+Blue) = 54+34+83=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #362253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362253 is #C9DDAC. Grayscale: #2D2D2D. Windows color (decimal): -13229485 or 5448246. OLE color: 5448246.

HSL color Cylindrical-coordinate representation of color #362253: hue angle of 264.49º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #362253 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB543483-
CMYK0.350.5900.67
HSL264.49º41.88%22.94%-
HSV(B)264.49º59.04%32.55%-
XYZ3.652.558.48-
YUV45.57149.13134.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.58%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 83 (32.81% from 255) = 48.54%
R=31.58%
G=19.88%
B=48.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5434830.350.5900.67264.4941.8822.94
Hex362253233B0431082a17
Octal6642123437301034105227
Binary11011010001010100111000111110110100001110000100010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362253; }

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

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

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

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

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

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

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

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