#351A66

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

Shades of Christalle #351A66

Tints of Christalle #351A66

Color information

#351A66 (or 0x351A66) is unknown color: approx Christalle. HEX triplet: 35, 1A and 66. RGB value is (53,26,102). Sum of RGB (Red+Green+Blue) = 53+26+102=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #351A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A66 is #CAE599. Grayscale: #2A2A2A. Windows color (decimal): -13297050 or 6691381. OLE color: 6691381.

HSL color Cylindrical-coordinate representation of color #351A66: hue angle of 261.32º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351A66 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5326102-
CMYK0.480.7500.6
HSL261.32º59.38%25.1%-
HSV(B)261.32º74.51%40%-
XYZ4.242.4512.82-
YUV42.74161.45135.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.28%
GREEN value IS 26 (10.55% from 255) = 14.36%
BLUE value IS 102 (40.23% from 255) = 56.35%
R=29.28%
G=14.36%
B=56.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53261020.480.7500.6261.3259.3825.1
Hex351A66304B03C1053b19
Octal6532146601130744057331
Binary1101011101011001101100001001011011110010000010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,26,102); }

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

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

 a { background-color: rgb(53,26,102); }

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

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

 span { border-color: rgb(53,26,102); }

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