Html Css Color HEX #361B53 Christalle

📋 copy color: '#361B53'

red 54 ◦ green 27 ◦ blue 83

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

Shades of Christalle #361B53

Tints of Christalle #361B53

RGB

 RED value IS 54 (21.48% from 255) = 32.93%

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

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

R = 32.93%
G = 16.46%
B = 50.61%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#361B53 (or 0x361B53) is known color: Christalle. HEX triplet: 36, 1B and 53. RGB value is (54,27,83). Sum of RGB (Red+Green+Blue) = 54+27+83=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #361B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361B53 is #C9E4AC. Grayscale: #292929. Windows color (decimal): -13231277 or 5446454. OLE color: 5446454.

HSL color Cylindrical-coordinate representation of color #361B53: hue angle of 268.93º 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 #361B53 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 27 83 -
CMYK 0.35 0.67 0 0.67
HSL 268.93º 0.51% 0.22% -
HSV(B) 268.93º 0.67% 0.33% -
XYZ 3.47 2.19 8.42 -
YUV 41.46 151.45 136.95 -
System Red Green Blue C M Y K H S L
Decimal 54 27 83 0.35 0.67 0 0.67 268.93 0.51 0.22
Hex 36 1B 53 23 43 0 43 10D 33 16
Octal 66 33 123 43 103 0 103 415 63 26
Binary 110110 11011 1010011 100011 1000011 0 1000011 100001101 110011 10110

Color Harmonies of #361B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B53

Black with #361B53

Text Example


Text Example

White with #361B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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