Html Css Color HEX #35255B Christalle

📋 copy color: '#35255B'

red 53 ◦ green 37 ◦ blue 91

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

Shades of Christalle #35255B

Tints of Christalle #35255B

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 value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35255B (or 0x35255B) is known color: 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

RGB 53 37 91 -
CMYK 0.42 0.59 0 0.64
HSL 257.78º 0.42% 0.25% -
HSV(B) 257.78º 0.59% 0.36% -
XYZ 4.02 2.84 10.23 -
YUV 47.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 53 37 91 0.42 0.59 0 0.64 257.78 0.42 0.25
Hex 35 25 5B 2A 3B 0 40 102 2A 19
Octal 65 45 133 52 73 0 100 402 52 31
Binary 110101 100101 1011011 101010 111011 0 1000000 100000010 101010 11001

Color Harmonies of #35255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35255B

Black with #35255B

Text Example


Text Example

White with #35255B

Text Example


Text Example

HTML Codes & Css Web 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>