Html Css Color HEX #35055B Christalle

📋 copy color: '#35055B'

red 53 ◦ green 5 ◦ blue 91

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

Shades of Christalle #35055B

Tints of Christalle #35055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.36%

 BLUE value IS 91 (35.94% from 255) = 61.07%

R = 35.57%
G = 3.36%
B = 61.07%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35055B (or 0x35055B) is known color: Christalle. HEX triplet: 35, 05 and 5B. RGB value is (53,5,91). Sum of RGB (Red+Green+Blue) = 53+5+91=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #35055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35055B is #CAFAA4. Grayscale: #1C1C1C. Windows color (decimal): -13302437 or 5965109. OLE color: 5965109.

HSL color Cylindrical-coordinate representation of color #35055B: hue angle of 273.49º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #35055B is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 5 91 -
CMYK 0.42 0.95 0 0.64
HSL 273.49º 0.9% 0.19% -
HSV(B) 273.49º 0.95% 0.36% -
XYZ 3.41 1.62 10.03 -
YUV 29.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 53 5 91 0.42 0.95 0 0.64 273.49 0.9 0.19
Hex 35 5 5B 2A 5F 0 40 111 5A 13
Octal 65 5 133 52 137 0 100 421 132 23
Binary 110101 101 1011011 101010 1011111 0 1000000 100010001 1011010 10011

Color Harmonies of #35055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35055B

Black with #35055B

Text Example


Text Example

White with #35055B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35055B; }

 p { color: rgb(53,5,91); }

 H1.HeaderClassName
 {
   color: #35055B;
 }
 .AnyTagClassName
 {
   color: #35055B;
 }
</style>

background-color css

<style>
 a { background-color: #35055B; }

 a { background-color: rgb(53,5,91); }

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

border-color css

<style>
 span { border-color: #35055B; }

 span { border-color: rgb(53,5,91); }

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