#362262

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

Shades of Christalle #362262

Tints of Christalle #362262

Color information

#362262 (or 0x362262) is unknown color: approx Christalle. HEX triplet: 36, 22 and 62. RGB value is (54,34,98). Sum of RGB (Red+Green+Blue) = 54+34+98=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #362262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362262 is #C9DD9D. Grayscale: #2F2F2F. Windows color (decimal): -13229470 or 6431286. OLE color: 6431286.

HSL color Cylindrical-coordinate representation of color #362262: hue angle of 258.75º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #362262 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB543498-
CMYK0.450.6500.62
HSL258.75º48.48%25.88%-
HSV(B)258.75º65.31%38.43%-
XYZ4.32.8111.87-
YUV47.28156.63132.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=29.03%
G=18.28%
B=52.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5434980.450.6500.62258.7548.4825.88
Hex3622622D4103E103301a
Octal6642142551010764036032
Binary11011010001011000101011011000001011111010000001111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362262; }

 p { color: rgb(54,34,98); }

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

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

 a { background-color: rgb(54,34,98); }

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

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

 span { border-color: rgb(54,34,98); }

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