#33235A

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

Shades of Christalle #33235A

Tints of Christalle #33235A

Color information

#33235A (or 0x33235A) is unknown color: approx Christalle. HEX triplet: 33, 23 and 5A. RGB value is (51,35,90). Sum of RGB (Red+Green+Blue) = 51+35+90=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #33235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33235A is #CCDCA5. Grayscale: #2D2D2D. Windows color (decimal): -13425830 or 5907251. OLE color: 5907251.

HSL color Cylindrical-coordinate representation of color #33235A: hue angle of 257.45º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33235A is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB513590-
CMYK0.430.6100.65
HSL257.45º44%24.51%-
HSV(B)257.45º61.11%35.29%-
XYZ3.812.649.98-
YUV46.05152.8131.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.98%
GREEN value IS 35 (14.06% from 255) = 19.89%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=28.98%
G=19.89%
B=51.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5135900.430.6100.65257.454424.51
Hex33235A2B3D0411012c19
Octal6343132537501014015431
Binary11001110001110110101010111111010100000110000000110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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