Html Css Color HEX #35245F Christalle

📋 copy color: '#35245F'

red 53 ◦ green 36 ◦ blue 95

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

Shades of Christalle #35245F

Tints of Christalle #35245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.57%

 BLUE value IS 95 (37.5% from 255) = 51.63%

R = 28.8%
G = 19.57%
B = 51.63%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#35245F (or 0x35245F) is known color: Christalle. HEX triplet: 35, 24 and 5F. RGB value is (53,36,95). Sum of RGB (Red+Green+Blue) = 53+36+95=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #35245F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35245F is #CADBA0. Grayscale: #2F2F2F. Windows color (decimal): -13294497 or 6235189. OLE color: 6235189.

HSL color Cylindrical-coordinate representation of color #35245F: hue angle of 257.29º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35245F is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 36 95 -
CMYK 0.44 0.62 0 0.63
HSL 257.29º 0.45% 0.26% -
HSV(B) 257.29º 0.62% 0.37% -
XYZ 4.16 2.84 11.16 -
YUV 47.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 53 36 95 0.44 0.62 0 0.63 257.29 0.45 0.26
Hex 35 24 5F 2C 3E 0 3F 101 2D 1A
Octal 65 44 137 54 76 0 77 401 55 32
Binary 110101 100100 1011111 101100 111110 0 111111 100000001 101101 11010

Color Harmonies of #35245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35245F

Black with #35245F

Text Example


Text Example

White with #35245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35245F; }

 p { color: rgb(53,36,95); }

 H1.HeaderClassName
 {
   color: #35245F;
 }
 .AnyTagClassName
 {
   color: #35245F;
 }
</style>

background-color css

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

 a { background-color: rgb(53,36,95); }

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

border-color css

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

 span { border-color: rgb(53,36,95); }

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