Html Css Color HEX #351868 Christalle

📋 copy color: '#351868'

red 53 ◦ green 24 ◦ blue 104

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

Shades of Christalle #351868

Tints of Christalle #351868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 57.46%

R = 29.28%
G = 13.26%
B = 57.46%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#351868 (or 0x351868) is known color: Christalle. HEX triplet: 35, 18 and 68. RGB value is (53,24,104). Sum of RGB (Red+Green+Blue) = 53+24+104=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #351868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351868 is #CAE797. Grayscale: #292929. Windows color (decimal): -13297560 or 6821941. OLE color: 6821941.

HSL color Cylindrical-coordinate representation of color #351868: hue angle of 261.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #351868 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 24 104 -
CMYK 0.49 0.77 0 0.59
HSL 261.75º 0.63% 0.25% -
HSV(B) 261.75º 0.77% 0.41% -
XYZ 4.29 2.41 13.34 -
YUV 41.79 163.11 136 -
System Red Green Blue C M Y K H S L
Decimal 53 24 104 0.49 0.77 0 0.59 261.75 0.63 0.25
Hex 35 18 68 31 4D 0 3B 106 3E 19
Octal 65 30 150 61 115 0 73 406 76 31
Binary 110101 11000 1101000 110001 1001101 0 111011 100000110 111110 11001

Color Harmonies of #351868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351868

Black with #351868

Text Example


Text Example

White with #351868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351868; }

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

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

background-color css

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

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

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

border-color css

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

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

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