Html Css Color HEX #301E59 Christalle

📋 copy color: '#301E59'

red 48 ◦ green 30 ◦ blue 89

#301E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #301E59

Tints of Christalle #301E59

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 value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#301E59 (or 0x301E59) is known color: 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

RGB 48 30 89 -
CMYK 0.46 0.66 0 0.65
HSL 258.31º 0.5% 0.23% -
HSV(B) 258.31º 0.66% 0.35% -
XYZ 3.49 2.28 9.71 -
YUV 42.11 154.46 132.2 -
System Red Green Blue C M Y K H S L
Decimal 48 30 89 0.46 0.66 0 0.65 258.31 0.5 0.23
Hex 30 1E 59 2E 42 0 41 102 32 17
Octal 60 36 131 56 102 0 101 402 62 27
Binary 110000 11110 1011001 101110 1000010 0 1000001 100000010 110010 10111

Color Harmonies of #301E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E59

Black with #301E59

Text Example


Text Example

White with #301E59

Text Example


Text Example

HTML Codes & Css Web 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>