#35255A

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

Shades of Christalle #35255A

Tints of Christalle #35255A

Color information

#35255A (or 0x35255A) is unknown color: approx Christalle. HEX triplet: 35, 25 and 5A. RGB value is (53,37,90). Sum of RGB (Red+Green+Blue) = 53+37+90=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #35255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35255A is #CADAA5. Grayscale: #2F2F2F. Windows color (decimal): -13294246 or 5907765. OLE color: 5907765.

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

Color convert

RGB533790-
CMYK0.410.5900.65
HSL258.11º41.73%24.9%-
HSV(B)258.11º58.89%35.29%-
XYZ3.982.8210.01-
YUV47.83151.8131.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 37 (14.84% from 255) = 20.56%
BLUE value IS 90 (35.55% from 255) = 50%
R=29.44%
G=20.56%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5337900.410.5900.65258.1141.7324.9
Hex35255A293B0411022a19
Octal6545132517301014025231
Binary11010110010110110101010011110110100000110000001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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