Html Css Color HEX #351F6F Christalle

📋 copy color: '#351F6F'

red 53 ◦ green 31 ◦ blue 111

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

Shades of Christalle #351F6F

Tints of Christalle #351F6F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.9%

 BLUE value IS 111 (43.75% from 255) = 56.92%

R = 27.18%
G = 15.9%
B = 56.92%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#351F6F (or 0x351F6F) is known color: Christalle. HEX triplet: 35, 1F and 6F. RGB value is (53,31,111). Sum of RGB (Red+Green+Blue) = 53+31+111=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #351F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351F6F is #CAE090. Grayscale: #2E2E2E. Windows color (decimal): -13295761 or 7282485. OLE color: 7282485.

HSL color Cylindrical-coordinate representation of color #351F6F: hue angle of 256.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #351F6F is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 31 111 -
CMYK 0.52 0.72 0 0.56
HSL 256.5º 0.56% 0.28% -
HSV(B) 256.5º 0.72% 0.44% -
XYZ 4.83 2.88 15.34 -
YUV 46.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 53 31 111 0.52 0.72 0 0.56 256.5 0.56 0.28
Hex 35 1F 6F 34 48 0 38 100 38 1C
Octal 65 37 157 64 110 0 70 400 70 34
Binary 110101 11111 1101111 110100 1001000 0 111000 100000000 111000 11100

Color Harmonies of #351F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F6F

Black with #351F6F

Text Example


Text Example

White with #351F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,31,111); }

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

background-color css

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

 a { background-color: rgb(53,31,111); }

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

border-color css

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

 span { border-color: rgb(53,31,111); }

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