#362266

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

Shades of Christalle #362266

Tints of Christalle #362266

Color information

#362266 (or 0x362266) is unknown color: approx Christalle. HEX triplet: 36, 22 and 66. RGB value is (54,34,102). Sum of RGB (Red+Green+Blue) = 54+34+102=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #362266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362266 is #C9DD99. Grayscale: #2F2F2F. Windows color (decimal): -13229466 or 6693430. OLE color: 6693430.

HSL color Cylindrical-coordinate representation of color #362266: hue angle of 257.65º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #362266 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5434102-
CMYK0.470.6700.6
HSL257.65º50%26.67%-
HSV(B)257.65º66.67%40%-
XYZ4.492.8912.89-
YUV47.73158.63132.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.42%
GREEN value IS 34 (13.67% from 255) = 17.89%
BLUE value IS 102 (40.23% from 255) = 53.68%
R=28.42%
G=17.89%
B=53.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54341020.470.6700.6257.655026.67
Hex3622662F4303C102321b
Octal6642146571030744026233
Binary11011010001011001101011111000011011110010000001011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362266; }

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

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

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

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

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

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

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

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