#33235B

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

Shades of Christalle #33235B

Tints of Christalle #33235B

Color information

#33235B (or 0x33235B) is unknown color: approx Christalle. HEX triplet: 33, 23 and 5B. RGB value is (51,35,91). Sum of RGB (Red+Green+Blue) = 51+35+91=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #33235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33235B is #CCDCA4. Grayscale: #2D2D2D. Windows color (decimal): -13425829 or 5972787. OLE color: 5972787.

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

Color convert

RGB513591-
CMYK0.440.6200.64
HSL257.14º44.44%24.71%-
HSV(B)257.14º61.54%35.69%-
XYZ3.852.6610.21-
YUV46.17153.3131.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=28.81%
G=19.77%
B=51.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5135910.440.6200.64257.1444.4424.71
Hex33235B2C3E0401012c19
Octal6343133547601004015431
Binary11001110001110110111011001111100100000010000000110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33235B; }

 p { color: rgb(51,35,91); }

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

<style>
 a { background-color: #33235B; }

 a { background-color: rgb(51,35,91); }

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

<style>
 span { border-color: #33235B; }

 span { border-color: rgb(51,35,91); }

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