Html Css Color HEX #351A5E Christalle

📋 copy color: '#351A5E'

red 53 ◦ green 26 ◦ blue 94

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

Shades of Christalle #351A5E

Tints of Christalle #351A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.03%

 BLUE value IS 94 (37.11% from 255) = 54.34%

R = 30.64%
G = 15.03%
B = 54.34%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#351A5E (or 0x351A5E) is known color: Christalle. HEX triplet: 35, 1A and 5E. RGB value is (53,26,94). Sum of RGB (Red+Green+Blue) = 53+26+94=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #351A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A5E is #CAE5A1. Grayscale: #292929. Windows color (decimal): -13297058 or 6167093. OLE color: 6167093.

HSL color Cylindrical-coordinate representation of color #351A5E: hue angle of 263.82º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #351A5E is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 26 94 -
CMYK 0.44 0.72 0 0.63
HSL 263.82º 0.57% 0.24% -
HSV(B) 263.82º 0.72% 0.37% -
XYZ 3.86 2.3 10.83 -
YUV 41.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 53 26 94 0.44 0.72 0 0.63 263.82 0.57 0.24
Hex 35 1A 5E 2C 48 0 3F 108 39 18
Octal 65 32 136 54 110 0 77 410 71 30
Binary 110101 11010 1011110 101100 1001000 0 111111 100001000 111001 11000

Color Harmonies of #351A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351A5E

Black with #351A5E

Text Example


Text Example

White with #351A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351A5E; }

 p { color: rgb(53,26,94); }

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

background-color css

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

 a { background-color: rgb(53,26,94); }

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

border-color css

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

 span { border-color: rgb(53,26,94); }

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