Html Css Color HEX #35235A Christalle

📋 copy color: '#35235A'

red 53 ◦ green 35 ◦ blue 90

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

Shades of Christalle #35235A

Tints of Christalle #35235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.66%

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

R = 29.78%
G = 19.66%
B = 50.56%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35235A (or 0x35235A) is known color: Christalle. HEX triplet: 35, 23 and 5A. RGB value is (53,35,90). Sum of RGB (Red+Green+Blue) = 53+35+90=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #35235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35235A is #CADCA5. Grayscale: #2E2E2E. Windows color (decimal): -13294758 or 5907253. OLE color: 5907253.

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

Color convert

RGB 53 35 90 -
CMYK 0.41 0.61 0 0.65
HSL 259.64º 0.44% 0.25% -
HSV(B) 259.64º 0.61% 0.35% -
XYZ 3.91 2.7 9.99 -
YUV 46.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 53 35 90 0.41 0.61 0 0.65 259.64 0.44 0.25
Hex 35 23 5A 29 3D 0 41 104 2C 19
Octal 65 43 132 51 75 0 101 404 54 31
Binary 110101 100011 1011010 101001 111101 0 1000001 100000100 101100 11001

Color Harmonies of #35235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35235A

Black with #35235A

Text Example


Text Example

White with #35235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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