#3C256D

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

Shades of Christalle #3C256D

Tints of Christalle #3C256D

Color information

#3C256D (or 0x3C256D) is unknown color: approx Christalle. HEX triplet: 3C, 25 and 6D. RGB value is (60,37,109). Sum of RGB (Red+Green+Blue) = 60+37+109=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C256D is #C3DA92. Grayscale: #333333. Windows color (decimal): -12835475 or 7152956. OLE color: 7152956.

HSL color Cylindrical-coordinate representation of color #3C256D: hue angle of 259.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C256D is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6037109-
CMYK0.450.6600.57
HSL259.17º49.32%28.63%-
HSV(B)259.17º66.06%42.75%-
XYZ5.293.3914.84-
YUV52.08160.12133.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.13%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 109 (42.97% from 255) = 52.91%
R=29.13%
G=17.96%
B=52.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60371090.450.6600.57259.1749.3228.63
Hex3C256D2D42039103311d
Octal7445155551020714036135
Binary11110010010111011011011011000010011100110000001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,37,109); }

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

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

 a { background-color: rgb(60,37,109); }

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

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

 span { border-color: rgb(60,37,109); }

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