#36225D

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

Shades of Christalle #36225D

Tints of Christalle #36225D

Color information

#36225D (or 0x36225D) is unknown color: approx Christalle. HEX triplet: 36, 22 and 5D. RGB value is (54,34,93). Sum of RGB (Red+Green+Blue) = 54+34+93=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #36225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36225D is #C9DDA2. Grayscale: #2E2E2E. Windows color (decimal): -13229475 or 6103606. OLE color: 6103606.

HSL color Cylindrical-coordinate representation of color #36225D: hue angle of 260.34º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36225D is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB543493-
CMYK0.420.6300.64
HSL260.34º46.46%24.9%-
HSV(B)260.34º63.44%36.47%-
XYZ4.072.7210.67-
YUV46.71154.13133.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=29.83%
G=18.78%
B=51.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5434930.420.6300.64260.3446.4624.9
Hex36225D2A3F0401042e19
Octal6642135527701004045631
Binary11011010001010111011010101111110100000010000010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36225D; }

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

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

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

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

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

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

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

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