#3D265B

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

Shades of Christalle #3D265B

Tints of Christalle #3D265B

Color information

#3D265B (or 0x3D265B) is unknown color: approx Christalle. HEX triplet: 3D, 26 and 5B. RGB value is (61,38,91). Sum of RGB (Red+Green+Blue) = 61+38+91=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D265B is #C2D9A4. Grayscale: #323232. Windows color (decimal): -12769701 or 5973565. OLE color: 5973565.

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

Color convert

RGB613891-
CMYK0.330.5800.64
HSL266.04º41.09%25.29%-
HSV(B)266.04º58.24%35.69%-
XYZ4.513.1310.26-
YUV50.92150.62135.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 91 (35.94% from 255) = 47.89%
R=32.11%
G=20%
B=47.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6138910.330.5800.64266.0441.0925.29
Hex3D265B213A04010a2919
Octal7546133417201004125131
Binary11110110011010110111000011110100100000010000101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,38,91); }

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

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

 a { background-color: rgb(61,38,91); }

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

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

 span { border-color: rgb(61,38,91); }

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