Html Css Color HEX #351858 Christalle

📋 copy color: '#351858'

red 53 ◦ green 24 ◦ blue 88

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

Shades of Christalle #351858

Tints of Christalle #351858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.55%

 BLUE value IS 88 (34.77% from 255) = 53.33%

R = 32.12%
G = 14.55%
B = 53.33%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#351858 (or 0x351858) is known color: Christalle. HEX triplet: 35, 18 and 58. RGB value is (53,24,88). Sum of RGB (Red+Green+Blue) = 53+24+88=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #351858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351858 is #CAE7A7. Grayscale: #272727. Windows color (decimal): -13297576 or 5773365. OLE color: 5773365.

HSL color Cylindrical-coordinate representation of color #351858: hue angle of 267.19º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #351858 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 24 88 -
CMYK 0.40 0.73 0 0.65
HSL 267.19º 0.57% 0.22% -
HSV(B) 267.19º 0.73% 0.35% -
XYZ 3.56 2.11 9.45 -
YUV 39.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 53 24 88 0.40 0.73 0 0.65 267.19 0.57 0.22
Hex 35 18 58 28 49 0 41 10B 39 16
Octal 65 30 130 50 111 0 101 413 71 26
Binary 110101 11000 1011000 101000 1001001 0 1000001 100001011 111001 10110

Color Harmonies of #351858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351858

Black with #351858

Text Example


Text Example

White with #351858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351858; }

 p { color: rgb(53,24,88); }

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

background-color css

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

 a { background-color: rgb(53,24,88); }

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

border-color css

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

 span { border-color: rgb(53,24,88); }

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