#38186C

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

Shades of Christalle #38186C

Tints of Christalle #38186C

Color information

#38186C (or 0x38186C) is unknown color: approx Christalle. HEX triplet: 38, 18 and 6C. RGB value is (56,24,108). Sum of RGB (Red+Green+Blue) = 56+24+108=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #38186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38186C is #C7E793. Grayscale: #2A2A2A. Windows color (decimal): -13100948 or 7084088. OLE color: 7084088.

HSL color Cylindrical-coordinate representation of color #38186C: hue angle of 262.86º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38186C is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5624108-
CMYK0.480.7800.58
HSL262.86º63.64%25.88%-
HSV(B)262.86º77.78%42.35%-
XYZ4.662.5814.44-
YUV43.14164.6137.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.79%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 108 (42.58% from 255) = 57.45%
R=29.79%
G=12.77%
B=57.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56241080.480.7800.58262.8663.6425.88
Hex38186C304E03A107401a
Octal70301546011607240710032
Binary11100011000110110011000010011100111010100000111100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38186C; }

 p { color: rgb(56,24,108); }

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

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

 a { background-color: rgb(56,24,108); }

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

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

 span { border-color: rgb(56,24,108); }

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