#300656

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

Shades of Christalle #300656

Tints of Christalle #300656

Color information

#300656 (or 0x300656) is unknown color: approx Christalle. HEX triplet: 30, 06 and 56. RGB value is (48,6,86). Sum of RGB (Red+Green+Blue) = 48+6+86=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #300656 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300656 is #CFF9A9. Grayscale: #1B1B1B. Windows color (decimal): -13629866 or 5637680. OLE color: 5637680.

HSL color Cylindrical-coordinate representation of color #300656: hue angle of 271.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300656 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB48686-
CMYK0.440.9300.66
HSL271.5º86.96%18.04%-
HSV(B)271.5º93.02%33.73%-
XYZ2.961.438.92-
YUV27.68160.91142.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 6 (2.73% from 255) = 4.29%
BLUE value IS 86 (33.98% from 255) = 61.43%
R=34.29%
G=4.29%
B=61.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal486860.440.9300.66271.586.9618.04
Hex306562C5D0421105712
Octal60612654135010242012722
Binary1100001101010110101100101110101000010100010000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300656; }

 p { color: rgb(48,6,86); }

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

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

 a { background-color: rgb(48,6,86); }

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

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

 span { border-color: rgb(48,6,86); }

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