Html Css Color HEX #361E65 Christalle

📋 copy color: '#361E65'

red 54 ◦ green 30 ◦ blue 101

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

Shades of Christalle #361E65

Tints of Christalle #361E65

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.22%

 BLUE value IS 101 (39.84% from 255) = 54.59%

R = 29.19%
G = 16.22%
B = 54.59%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#361E65 (or 0x361E65) is known color: Christalle. HEX triplet: 36, 1E and 65. RGB value is (54,30,101). Sum of RGB (Red+Green+Blue) = 54+30+101=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #361E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361E65 is #C9E19A. Grayscale: #2D2D2D. Windows color (decimal): -13230491 or 6626870. OLE color: 6626870.

HSL color Cylindrical-coordinate representation of color #361E65: hue angle of 260.28º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #361E65 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 30 101 -
CMYK 0.47 0.70 0 0.60
HSL 260.28º 0.54% 0.26% -
HSV(B) 260.28º 0.7% 0.4% -
XYZ 4.33 2.65 12.6 -
YUV 45.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 54 30 101 0.47 0.70 0 0.60 260.28 0.54 0.26
Hex 36 1E 65 2F 46 0 3C 104 36 1A
Octal 66 36 145 57 106 0 74 404 66 32
Binary 110110 11110 1100101 101111 1000110 0 111100 100000100 110110 11010

Color Harmonies of #361E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361E65

Black with #361E65

Text Example


Text Example

White with #361E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,30,101); }

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

background-color css

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

 a { background-color: rgb(54,30,101); }

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

border-color css

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

 span { border-color: rgb(54,30,101); }

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