#38186B

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

Shades of Christalle #38186B

Tints of Christalle #38186B

Color information

#38186B (or 0x38186B) is unknown color: approx Christalle. HEX triplet: 38, 18 and 6B. RGB value is (56,24,107). Sum of RGB (Red+Green+Blue) = 56+24+107=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #38186B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38186B is #C7E794. Grayscale: #2A2A2A. Windows color (decimal): -13100949 or 7018552. OLE color: 7018552.

HSL color Cylindrical-coordinate representation of color #38186B: hue angle of 263.13º degrees, saturation: 0.63, 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 #38186B is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5624107-
CMYK0.480.7800.58
HSL263.13º63.36%25.69%-
HSV(B)263.13º77.57%41.96%-
XYZ4.612.5614.16-
YUV43.03164.1137.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 107 (42.19% from 255) = 57.22%
R=29.95%
G=12.83%
B=57.22%

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
Decimal56241070.480.7800.58263.1363.3625.69
Hex38186B304E03A1073f1a
Octal7030153601160724077732
Binary1110001100011010111100001001110011101010000011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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