Html Css Color HEX #35225A Christalle

📋 copy color: '#35225A'

red 53 ◦ green 34 ◦ blue 90

#35225A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #35225A

Tints of Christalle #35225A

RGB

 RED value IS 53 (21.09% from 255) = 29.94%

 GREEN value IS 34 (13.67% from 255) = 19.21%

 BLUE value IS 90 (35.55% from 255) = 50.85%

R = 29.94%
G = 19.21%
B = 50.85%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35225A (or 0x35225A) is known color: Christalle. HEX triplet: 35, 22 and 5A. RGB value is (53,34,90). Sum of RGB (Red+Green+Blue) = 53+34+90=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #35225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35225A is #CADDA5. Grayscale: #2D2D2D. Windows color (decimal): -13295014 or 5906997. OLE color: 5906997.

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

Color convert

RGB 53 34 90 -
CMYK 0.41 0.62 0 0.65
HSL 260.36º 0.45% 0.24% -
HSV(B) 260.36º 0.62% 0.35% -
XYZ 3.89 2.64 9.98 -
YUV 46.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 53 34 90 0.41 0.62 0 0.65 260.36 0.45 0.24
Hex 35 22 5A 29 3E 0 41 104 2D 18
Octal 65 42 132 51 76 0 101 404 55 30
Binary 110101 100010 1011010 101001 111110 0 1000001 100000100 101101 11000

Color Harmonies of #35225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35225A

Black with #35225A

Text Example


Text Example

White with #35225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35225A;
 }
 .AnyTagClassName
 {
   color: #35225A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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