#350D62

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

Shades of Christalle #350D62

Tints of Christalle #350D62

Color information

#350D62 (or 0x350D62) is unknown color: approx Christalle. HEX triplet: 35, 0D and 62. RGB value is (53,13,98). Sum of RGB (Red+Green+Blue) = 53+13+98=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #350D62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350D62 is #CAF29D. Grayscale: #222222. Windows color (decimal): -13300382 or 6425909. OLE color: 6425909.

HSL color Cylindrical-coordinate representation of color #350D62: hue angle of 268.24º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #350D62 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB531398-
CMYK0.460.8700.62
HSL268.24º76.58%21.76%-
HSV(B)268.24º86.73%38.43%-
XYZ3.821.9311.73-
YUV34.65163.75141.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 13 (5.47% from 255) = 7.93%
BLUE value IS 98 (38.67% from 255) = 59.76%
R=32.32%
G=7.93%
B=59.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5313980.460.8700.62268.2476.5821.76
Hex35D622E5703E10c4d16
Octal65151425612707641411526
Binary1101011101110001010111010101110111110100001100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350D62; }

 p { color: rgb(53,13,98); }

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

<style>
 a { background-color: #350D62; }

 a { background-color: rgb(53,13,98); }

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

<style>
 span { border-color: #350D62; }

 span { border-color: rgb(53,13,98); }

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