#362259

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

Shades of Christalle #362259

Tints of Christalle #362259

Color information

#362259 (or 0x362259) is unknown color: approx Christalle. HEX triplet: 36, 22 and 59. RGB value is (54,34,89). Sum of RGB (Red+Green+Blue) = 54+34+89=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #362259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362259 is #C9DDA6. Grayscale: #2E2E2E. Windows color (decimal): -13229479 or 5841462. OLE color: 5841462.

HSL color Cylindrical-coordinate representation of color #362259: hue angle of 261.82º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #362259 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB543489-
CMYK0.390.6200.65
HSL261.82º44.72%24.12%-
HSV(B)261.82º61.8%34.9%-
XYZ3.92.659.76-
YUV46.25152.13133.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.51%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=30.51%
G=19.21%
B=50.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5434890.390.6200.65261.8244.7224.12
Hex362259273E0411062d18
Octal6642131477601014065530
Binary11011010001010110011001111111100100000110000011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362259; }

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

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

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

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

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

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

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

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