#22065D

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

Shades of Christalle #22065D

Tints of Christalle #22065D

Color information

#22065D (or 0x22065D) is unknown color: approx Christalle. HEX triplet: 22, 06 and 5D. RGB value is (34,6,93). Sum of RGB (Red+Green+Blue) = 34+6+93=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #22065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22065D is #DDF9A2. Grayscale: #171717. Windows color (decimal): -14547363 or 6096418. OLE color: 6096418.

HSL color Cylindrical-coordinate representation of color #22065D: hue angle of 259.31º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #22065D is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB34693-
CMYK0.630.9400.64
HSL259.31º87.88%19.41%-
HSV(B)259.31º93.55%36.47%-
XYZ2.71.2610.46-
YUV24.29166.78134.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.56%
GREEN value IS 6 (2.73% from 255) = 4.51%
BLUE value IS 93 (36.72% from 255) = 69.92%
R=25.56%
G=4.51%
B=69.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal346930.630.9400.64259.3187.8819.41
Hex2265D3F5E0401035813
Octal42613577136010040313023
Binary1000101101011101111111101111001000000100000011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22065D; }

 p { color: rgb(34,6,93); }

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

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

 a { background-color: rgb(34,6,93); }

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

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

 span { border-color: rgb(34,6,93); }

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