Html Css Color HEX #361F5E Christalle

📋 copy color: '#361F5E'

red 54 ◦ green 31 ◦ blue 94

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

Shades of Christalle #361F5E

Tints of Christalle #361F5E

RGB

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

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

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

R = 30.17%
G = 17.32%
B = 52.51%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#361F5E (or 0x361F5E) is known color: Christalle. HEX triplet: 36, 1F and 5E. RGB value is (54,31,94). Sum of RGB (Red+Green+Blue) = 54+31+94=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #361F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361F5E is #C9E0A1. Grayscale: #2C2C2C. Windows color (decimal): -13230242 or 6168374. OLE color: 6168374.

HSL color Cylindrical-coordinate representation of color #361F5E: hue angle of 261.9º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361F5E is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 31 94 -
CMYK 0.43 0.67 0 0.63
HSL 261.9º 0.5% 0.25% -
HSV(B) 261.9º 0.67% 0.37% -
XYZ 4.03 2.57 10.87 -
YUV 45.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 54 31 94 0.43 0.67 0 0.63 261.9 0.5 0.25
Hex 36 1F 5E 2B 43 0 3F 106 32 19
Octal 66 37 136 53 103 0 77 406 62 31
Binary 110110 11111 1011110 101011 1000011 0 111111 100000110 110010 11001

Color Harmonies of #361F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F5E

Black with #361F5E

Text Example


Text Example

White with #361F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,31,94); }

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

background-color css

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

 a { background-color: rgb(54,31,94); }

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

border-color css

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

 span { border-color: rgb(54,31,94); }

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