#350262

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

Shades of Christalle #350262

Tints of Christalle #350262

Color information

#350262 (or 0x350262) is unknown color: approx Christalle. HEX triplet: 35, 02 and 62. RGB value is (53,2,98). Sum of RGB (Red+Green+Blue) = 53+2+98=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 98 (38.67% from 255 or 64.05% from 153); Max value from RGB is 98 - color contains mainly: blue. Hex color #350262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350262 is #CAFD9D. Grayscale: #1B1B1B. Windows color (decimal): -13303198 or 6423093. OLE color: 6423093.

HSL color Cylindrical-coordinate representation of color #350262: hue angle of 271.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350262 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB53298-
CMYK0.460.9800.62
HSL271.88º96%19.61%-
HSV(B)271.88º97.96%38.43%-
XYZ3.691.6811.69-
YUV28.19167.4145.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 98 (38.67% from 255) = 64.05%
R=34.64%
G=1.31%
B=64.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal532980.460.9800.62271.889619.61
Hex352622E6203E1106014
Octal6521425614207642014024
Binary11010110110001010111011000100111110100010000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350262; }

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

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

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

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

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

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

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

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