#3B2268

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

Shades of Christalle #3B2268

Tints of Christalle #3B2268

Color information

#3B2268 (or 0x3B2268) is unknown color: approx Christalle. HEX triplet: 3B, 22 and 68. RGB value is (59,34,104). Sum of RGB (Red+Green+Blue) = 59+34+104=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #3B2268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2268 is #C4DD97. Grayscale: #313131. Windows color (decimal): -12901784 or 6824507. OLE color: 6824507.

HSL color Cylindrical-coordinate representation of color #3B2268: hue angle of 261.43º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B2268 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5934104-
CMYK0.430.6700.59
HSL261.43º50.72%27.06%-
HSV(B)261.43º67.31%40.78%-
XYZ4.873.0713.43-
YUV49.46158.78134.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.95%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 104 (41.02% from 255) = 52.79%
R=29.95%
G=17.26%
B=52.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal59341040.430.6700.59261.4350.7227.06
Hex3B22682B4303B105331b
Octal7342150531030734056333
Binary11101110001011010001010111000011011101110000010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,34,104); }

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

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

 a { background-color: rgb(59,34,104); }

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

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

 span { border-color: rgb(59,34,104); }

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