#362370

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

Shades of Christalle #362370

Tints of Christalle #362370

Color information

#362370 (or 0x362370) is unknown color: approx Christalle. HEX triplet: 36, 23 and 70. RGB value is (54,35,112). Sum of RGB (Red+Green+Blue) = 54+35+112=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #362370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362370 is #C9DC8F. Grayscale: #313131. Windows color (decimal): -13229200 or 7349046. OLE color: 7349046.

HSL color Cylindrical-coordinate representation of color #362370: hue angle of 254.81º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #362370 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5435112-
CMYK0.520.6900.56
HSL254.81º52.38%28.82%-
HSV(B)254.81º68.75%43.92%-
XYZ5.053.1615.67-
YUV49.46163.29131.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 35 (14.06% from 255) = 17.41%
BLUE value IS 112 (44.14% from 255) = 55.72%
R=26.87%
G=17.41%
B=55.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54351120.520.6900.56254.8152.3828.82
Hex3623703445038ff341d
Octal6643160641050703776435
Binary1101101000111110000110100100010101110001111111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362370; }

 p { color: rgb(54,35,112); }

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

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

 a { background-color: rgb(54,35,112); }

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

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

 span { border-color: rgb(54,35,112); }

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