Html Css Color HEX #362063 Christalle

📋 copy color: '#362063'

red 54 ◦ green 32 ◦ blue 99

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

Shades of Christalle #362063

Tints of Christalle #362063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 53.51%

R = 29.19%
G = 17.3%
B = 53.51%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#362063 (or 0x362063) is known color: Christalle. HEX triplet: 36, 20 and 63. RGB value is (54,32,99). Sum of RGB (Red+Green+Blue) = 54+32+99=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #362063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362063 is #C9DF9C. Grayscale: #2D2D2D. Windows color (decimal): -13229981 or 6496310. OLE color: 6496310.

HSL color Cylindrical-coordinate representation of color #362063: hue angle of 259.7º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #362063 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 32 99 -
CMYK 0.45 0.68 0 0.61
HSL 259.7º 0.51% 0.26% -
HSV(B) 259.7º 0.68% 0.39% -
XYZ 4.29 2.72 12.1 -
YUV 46.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 54 32 99 0.45 0.68 0 0.61 259.7 0.51 0.26
Hex 36 20 63 2D 44 0 3D 104 33 1A
Octal 66 40 143 55 104 0 75 404 63 32
Binary 110110 100000 1100011 101101 1000100 0 111101 100000100 110011 11010

Color Harmonies of #362063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362063

Black with #362063

Text Example


Text Example

White with #362063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362063; }

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

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

background-color css

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

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

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

border-color css

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

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

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