#301C5A

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

Shades of Christalle #301C5A

Tints of Christalle #301C5A

Color information

#301C5A (or 0x301C5A) is unknown color: approx Christalle. HEX triplet: 30, 1C and 5A. RGB value is (48,28,90). Sum of RGB (Red+Green+Blue) = 48+28+90=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #301C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C5A is #CFE3A5. Grayscale: #282828. Windows color (decimal): -13624230 or 5905456. OLE color: 5905456.

HSL color Cylindrical-coordinate representation of color #301C5A: hue angle of 259.35º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301C5A is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB482890-
CMYK0.470.6900.65
HSL259.35º52.54%23.14%-
HSV(B)259.35º68.89%35.29%-
XYZ3.482.29.91-
YUV41.05155.63132.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 90 (35.55% from 255) = 54.22%
R=28.92%
G=16.87%
B=54.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4828900.470.6900.65259.3552.5423.14
Hex301C5A2F450411033517
Octal60341325710501014036527
Binary11000011100101101010111110001010100000110000001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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