#382668

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

Shades of Christalle #382668

Tints of Christalle #382668

Color information

#382668 (or 0x382668) is unknown color: approx Christalle. HEX triplet: 38, 26 and 68. RGB value is (56,38,104). Sum of RGB (Red+Green+Blue) = 56+38+104=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #382668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382668 is #C7D997. Grayscale: #323232. Windows color (decimal): -13097368 or 6825528. OLE color: 6825528.

HSL color Cylindrical-coordinate representation of color #382668: hue angle of 256.36º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #382668 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5638104-
CMYK0.460.6300.59
HSL256.36º46.48%27.84%-
HSV(B)256.36º63.46%40.78%-
XYZ4.823.2313.47-
YUV50.91157.96131.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 38 (15.23% from 255) = 19.19%
BLUE value IS 104 (41.02% from 255) = 52.53%
R=28.28%
G=19.19%
B=52.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56381040.460.6300.59256.3646.4827.84
Hex3826682E3F03B1002e1c
Octal704615056770734005634
Binary1110001001101101000101110111111011101110000000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382668; }

 p { color: rgb(56,38,104); }

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

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

 a { background-color: rgb(56,38,104); }

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

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

 span { border-color: rgb(56,38,104); }

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