#301C5D

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

Shades of Christalle #301C5D

Tints of Christalle #301C5D

Color information

#301C5D (or 0x301C5D) is unknown color: approx Christalle. HEX triplet: 30, 1C and 5D. RGB value is (48,28,93). Sum of RGB (Red+Green+Blue) = 48+28+93=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #301C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C5D is #CFE3A2. Grayscale: #292929. Windows color (decimal): -13624227 or 6102064. OLE color: 6102064.

HSL color Cylindrical-coordinate representation of color #301C5D: hue angle of 258.46º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #301C5D is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB482893-
CMYK0.480.7000.64
HSL258.46º53.72%23.73%-
HSV(B)258.46º69.89%36.47%-
XYZ3.612.2510.6-
YUV41.39157.13132.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 28 (11.33% from 255) = 16.57%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=28.40%
G=16.57%
B=55.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4828930.480.7000.64258.4653.7223.73
Hex301C5D30460401023618
Octal60341356010601004026630
Binary11000011100101110111000010001100100000010000001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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