#362469

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

Shades of Christalle #362469

Tints of Christalle #362469

Color information

#362469 (or 0x362469) is unknown color: approx Christalle. HEX triplet: 36, 24 and 69. RGB value is (54,36,105). Sum of RGB (Red+Green+Blue) = 54+36+105=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #362469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362469 is #C9DB96. Grayscale: #303030. Windows color (decimal): -13228951 or 6890550. OLE color: 6890550.

HSL color Cylindrical-coordinate representation of color #362469: hue angle of 255.65º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #362469 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5436105-
CMYK0.490.6600.59
HSL255.65º48.94%27.65%-
HSV(B)255.65º65.71%41.18%-
XYZ4.73.0713.71-
YUV49.25159.46131.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=27.69%
G=18.46%
B=53.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54361050.490.6600.59255.6548.9427.65
Hex362469314203B100311c
Octal6644151611020734006134
Binary11011010010011010011100011000010011101110000000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362469; }

 p { color: rgb(54,36,105); }

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

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

 a { background-color: rgb(54,36,105); }

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

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

 span { border-color: rgb(54,36,105); }

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