#301C56

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

Shades of Christalle #301C56

Tints of Christalle #301C56

Color information

#301C56 (or 0x301C56) is unknown color: approx Christalle. HEX triplet: 30, 1C and 56. RGB value is (48,28,86). Sum of RGB (Red+Green+Blue) = 48+28+86=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #301C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C56 is #CFE3A9. Grayscale: #282828. Windows color (decimal): -13624234 or 5643312. OLE color: 5643312.

HSL color Cylindrical-coordinate representation of color #301C56: hue angle of 260.69º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301C56 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB482886-
CMYK0.440.6700.66
HSL260.69º50.88%22.35%-
HSV(B)260.69º67.44%33.73%-
XYZ3.312.139.04-
YUV40.59153.63133.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.63%
GREEN value IS 28 (11.33% from 255) = 17.28%
BLUE value IS 86 (33.98% from 255) = 53.09%
R=29.63%
G=17.28%
B=53.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4828860.440.6700.66260.6950.8822.35
Hex301C562C430421053316
Octal60341265410301024056326
Binary11000011100101011010110010000110100001010000010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301C56; }

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

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

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

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

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

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

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

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