#35255B

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

Shades of Christalle #35255B

Tints of Christalle #35255B

Color information

#35255B (or 0x35255B) is unknown color: approx Christalle. HEX triplet: 35, 25 and 5B. RGB value is (53,37,91). Sum of RGB (Red+Green+Blue) = 53+37+91=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #35255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35255B is #CADAA4. Grayscale: #2F2F2F. Windows color (decimal): -13294245 or 5973301. OLE color: 5973301.

HSL color Cylindrical-coordinate representation of color #35255B: hue angle of 257.78º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35255B is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB533791-
CMYK0.420.5900.64
HSL257.78º42.19%25.1%-
HSV(B)257.78º59.34%35.69%-
XYZ4.022.8410.23-
YUV47.94152.3131.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.28%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=29.28%
G=20.44%
B=50.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5337910.420.5900.64257.7842.1925.1
Hex35255B2A3B0401022a19
Octal6545133527301004025231
Binary11010110010110110111010101110110100000010000001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35255B; }

 p { color: rgb(53,37,91); }

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

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

 a { background-color: rgb(53,37,91); }

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

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

 span { border-color: rgb(53,37,91); }

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