#351B58

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

Shades of Christalle #351B58

Tints of Christalle #351B58

Color information

#351B58 (or 0x351B58) is unknown color: approx Christalle. HEX triplet: 35, 1B and 58. RGB value is (53,27,88). Sum of RGB (Red+Green+Blue) = 53+27+88=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #351B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351B58 is #CAE4A7. Grayscale: #292929. Windows color (decimal): -13296808 or 5774133. OLE color: 5774133.

HSL color Cylindrical-coordinate representation of color #351B58: hue angle of 265.57º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #351B58 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB532788-
CMYK0.400.6900.65
HSL265.57º53.04%22.55%-
HSV(B)265.57º69.32%34.51%-
XYZ3.622.259.48-
YUV41.73154.11136.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 27 (10.94% from 255) = 16.07%
BLUE value IS 88 (34.77% from 255) = 52.38%
R=31.55%
G=16.07%
B=52.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5327880.400.6900.65265.5753.0422.55
Hex351B58284504110a3517
Octal65331305010501014126527
Binary11010111011101100010100010001010100000110000101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351B58; }

 p { color: rgb(53,27,88); }

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

<style>
 a { background-color: #351B58; }

 a { background-color: rgb(53,27,88); }

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

<style>
 span { border-color: #351B58; }

 span { border-color: rgb(53,27,88); }

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