#3B255B

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

Shades of Christalle #3B255B

Tints of Christalle #3B255B

Color information

#3B255B (or 0x3B255B) is unknown color: approx Christalle. HEX triplet: 3B, 25 and 5B. RGB value is (59,37,91). Sum of RGB (Red+Green+Blue) = 59+37+91=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B255B is #C4DAA4. Grayscale: #313131. Windows color (decimal): -12901029 or 5973307. OLE color: 5973307.

HSL color Cylindrical-coordinate representation of color #3B255B: hue angle of 264.44º 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 #3B255B is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB593791-
CMYK0.350.5900.64
HSL264.44º42.19%25.1%-
HSV(B)264.44º59.34%35.69%-
XYZ4.353.0110.25-
YUV49.73151.29134.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.55%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 91 (35.94% from 255) = 48.66%
R=31.55%
G=19.79%
B=48.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5937910.350.5900.64264.4442.1925.1
Hex3B255B233B0401082a19
Octal7345133437301004105231
Binary11101110010110110111000111110110100000010000100010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,37,91); }

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

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

 a { background-color: rgb(59,37,91); }

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

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

 span { border-color: rgb(59,37,91); }

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