#3A256F

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

Shades of Christalle #3A256F

Tints of Christalle #3A256F

Color information

#3A256F (or 0x3A256F) is unknown color: approx Christalle. HEX triplet: 3A, 25 and 6F. RGB value is (58,37,111). Sum of RGB (Red+Green+Blue) = 58+37+111=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A256F is #C5DA90. Grayscale: #333333. Windows color (decimal): -12966545 or 7284026. OLE color: 7284026.

HSL color Cylindrical-coordinate representation of color #3A256F: hue angle of 257.03º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A256F is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5837111-
CMYK0.480.6700.56
HSL257.03º50%29.02%-
HSV(B)257.03º66.67%43.53%-
XYZ5.283.3715.41-
YUV51.71161.46132.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.16%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 111 (43.75% from 255) = 53.88%
R=28.16%
G=17.96%
B=53.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58371110.480.6700.56257.035029.02
Hex3A256F3043038101321d
Octal7245157601030704016235
Binary11101010010111011111100001000011011100010000000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A256F; }

 p { color: rgb(58,37,111); }

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

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

 a { background-color: rgb(58,37,111); }

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

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

 span { border-color: rgb(58,37,111); }

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