Html Css Color HEX #351B53 Christalle

📋 copy color: '#351B53'

red 53 ◦ green 27 ◦ blue 83

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

Shades of Christalle #351B53

Tints of Christalle #351B53

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.56%

 BLUE value IS 83 (32.81% from 255) = 50.92%

R = 32.52%
G = 16.56%
B = 50.92%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#351B53 (or 0x351B53) is known color: Christalle. HEX triplet: 35, 1B and 53. RGB value is (53,27,83). Sum of RGB (Red+Green+Blue) = 53+27+83=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #351B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351B53 is #CAE4AC. Grayscale: #282828. Windows color (decimal): -13296813 or 5446453. OLE color: 5446453.

HSL color Cylindrical-coordinate representation of color #351B53: hue angle of 267.86º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #351B53 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 27 83 -
CMYK 0.36 0.67 0 0.67
HSL 267.86º 0.51% 0.22% -
HSV(B) 267.86º 0.67% 0.33% -
XYZ 3.42 2.17 8.42 -
YUV 41.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 53 27 83 0.36 0.67 0 0.67 267.86 0.51 0.22
Hex 35 1B 53 24 43 0 43 10C 33 16
Octal 65 33 123 44 103 0 103 414 63 26
Binary 110101 11011 1010011 100100 1000011 0 1000011 100001100 110011 10110

Color Harmonies of #351B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351B53

Black with #351B53

Text Example


Text Example

White with #351B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,27,83); }

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

background-color css

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

 a { background-color: rgb(53,27,83); }

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

border-color css

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

 span { border-color: rgb(53,27,83); }

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