#361968

Color #361968 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #361968

Tints of Christalle #361968

Color information

#361968 (or 0x361968) is unknown color: approx Christalle. HEX triplet: 36, 19 and 68. RGB value is (54,25,104). Sum of RGB (Red+Green+Blue) = 54+25+104=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #361968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361968 is #C9E697. Grayscale: #2A2A2A. Windows color (decimal): -13231768 or 6822198. OLE color: 6822198.

HSL color Cylindrical-coordinate representation of color #361968: hue angle of 262.03º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361968 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5425104-
CMYK0.480.7600.59
HSL262.03º61.24%25.29%-
HSV(B)262.03º75.96%40.78%-
XYZ4.372.4813.34-
YUV42.68162.61136.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 104 (41.02% from 255) = 56.83%
R=29.51%
G=13.66%
B=56.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54251040.480.7600.59262.0361.2425.29
Hex361968304C03B1063d19
Octal6631150601140734067531
Binary1101101100111010001100001001100011101110000011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361968; }

 p { color: rgb(54,25,104); }

 H1.HeaderClassName
 {
   color: #361968;
 }
 .AnyTagClassName
 {
   color: #361968;
 }
</style>
background-color css

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

 a { background-color: rgb(54,25,104); }

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

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

 span { border-color: rgb(54,25,104); }

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