#362455

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

Shades of Christalle #362455

Tints of Christalle #362455

Color information

#362455 (or 0x362455) is unknown color: approx Christalle. HEX triplet: 36, 24 and 55. RGB value is (54,36,85). Sum of RGB (Red+Green+Blue) = 54+36+85=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #362455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362455 is #C9DBAA. Grayscale: #2E2E2E. Windows color (decimal): -13228971 or 5579830. OLE color: 5579830.

HSL color Cylindrical-coordinate representation of color #362455: hue angle of 262.04º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #362455 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB543685-
CMYK0.360.5800.67
HSL262.04º40.5%23.73%-
HSV(B)262.04º57.65%33.33%-
XYZ3.792.78.92-
YUV46.97149.46133.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.86%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=30.86%
G=20.57%
B=48.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5436850.360.5800.67262.0440.523.73
Hex362455243A0431062818
Octal6644125447201034065030
Binary11011010010010101011001001110100100001110000011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362455; }

 p { color: rgb(54,36,85); }

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

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

 a { background-color: rgb(54,36,85); }

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

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

 span { border-color: rgb(54,36,85); }

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