Html Css Color HEX #362066 Christalle

📋 copy color: '#362066'

red 54 ◦ green 32 ◦ blue 102

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

Shades of Christalle #362066

Tints of Christalle #362066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.02%

 BLUE value IS 102 (40.23% from 255) = 54.26%

R = 28.72%
G = 17.02%
B = 54.26%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#362066 (or 0x362066) is known color: Christalle. HEX triplet: 36, 20 and 66. RGB value is (54,32,102). Sum of RGB (Red+Green+Blue) = 54+32+102=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #362066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362066 is #C9DF99. Grayscale: #2E2E2E. Windows color (decimal): -13229978 or 6692918. OLE color: 6692918.

HSL color Cylindrical-coordinate representation of color #362066: hue angle of 258.86º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #362066 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 32 102 -
CMYK 0.47 0.69 0 0.6
HSL 258.86º 0.52% 0.26% -
HSV(B) 258.86º 0.69% 0.4% -
XYZ 4.44 2.78 12.87 -
YUV 46.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 54 32 102 0.47 0.69 0 0.6 258.86 0.52 0.26
Hex 36 20 66 2F 45 0 3C 103 34 1A
Octal 66 40 146 57 105 0 74 403 64 32
Binary 110110 100000 1100110 101111 1000101 0 111100 100000011 110100 11010

Color Harmonies of #362066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362066

Black with #362066

Text Example


Text Example

White with #362066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362066; }

 p { color: rgb(54,32,102); }

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

background-color css

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

 a { background-color: rgb(54,32,102); }

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

border-color css

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

 span { border-color: rgb(54,32,102); }

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