#301E59

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

Shades of Christalle #301E59

Tints of Christalle #301E59

Color information

#301E59 (or 0x301E59) is unknown color: approx Christalle. HEX triplet: 30, 1E and 59. RGB value is (48,30,89). Sum of RGB (Red+Green+Blue) = 48+30+89=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #301E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E59 is #CFE1A6. Grayscale: #292929. Windows color (decimal): -13623719 or 5840432. OLE color: 5840432.

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

Color convert

RGB483089-
CMYK0.460.6600.65
HSL258.31º49.58%23.33%-
HSV(B)258.31º66.29%34.9%-
XYZ3.492.289.71-
YUV42.11154.46132.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 30 (12.11% from 255) = 17.96%
BLUE value IS 89 (35.16% from 255) = 53.29%
R=28.74%
G=17.96%
B=53.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4830890.460.6600.65258.3149.5823.33
Hex301E592E420411023217
Octal60361315610201014026227
Binary11000011110101100110111010000100100000110000001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,30,89); }

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

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

 a { background-color: rgb(48,30,89); }

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

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

 span { border-color: rgb(48,30,89); }

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