#300E5A

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

Shades of Christalle #300E5A

Tints of Christalle #300E5A

Color information

#300E5A (or 0x300E5A) is unknown color: approx Christalle. HEX triplet: 30, 0E and 5A. RGB value is (48,14,90). Sum of RGB (Red+Green+Blue) = 48+14+90=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #300E5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300E5A is #CFF1A5. Grayscale: #202020. Windows color (decimal): -13627814 or 5901872. OLE color: 5901872.

HSL color Cylindrical-coordinate representation of color #300E5A: hue angle of 266.84º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #300E5A is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB481490-
CMYK0.470.8400.65
HSL266.84º73.08%20.39%-
HSV(B)266.84º84.44%35.29%-
XYZ3.221.689.83-
YUV32.83160.26138.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.58%
GREEN value IS 14 (5.86% from 255) = 9.21%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=31.58%
G=9.21%
B=59.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4814900.470.8400.65266.8473.0820.39
Hex30E5A2F5404110b4914
Octal601613257124010141311124
Binary11000011101011010101111101010001000001100001011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300E5A; }

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

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

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

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

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

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

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

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