#3B265C

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

Shades of Christalle #3B265C

Tints of Christalle #3B265C

Color information

#3B265C (or 0x3B265C) is unknown color: approx Christalle. HEX triplet: 3B, 26 and 5C. RGB value is (59,38,92). Sum of RGB (Red+Green+Blue) = 59+38+92=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B265C is #C4D9A3. Grayscale: #323232. Windows color (decimal): -12900772 or 6039099. OLE color: 6039099.

HSL color Cylindrical-coordinate representation of color #3B265C: hue angle of 263.33º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B265C is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB593892-
CMYK0.360.5900.64
HSL263.33º41.54%25.49%-
HSV(B)263.33º58.7%36.08%-
XYZ4.433.0910.49-
YUV50.43151.46134.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.22%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 92 (36.33% from 255) = 48.68%
R=31.22%
G=20.11%
B=48.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5938920.360.5900.64263.3341.5425.49
Hex3B265C243B0401072a19
Octal7346134447301004075231
Binary11101110011010111001001001110110100000010000011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,38,92); }

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

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

 a { background-color: rgb(59,38,92); }

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

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

 span { border-color: rgb(59,38,92); }

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