Html Css Color HEX #301D59 Christalle

📋 copy color: '#301D59'

red 48 ◦ green 29 ◦ blue 89

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

Shades of Christalle #301D59

Tints of Christalle #301D59

RGB

 RED value IS 48 (19.14% from 255) = 28.92%

 GREEN value IS 29 (11.72% from 255) = 17.47%

 BLUE value IS 89 (35.16% from 255) = 53.61%

R = 28.92%
G = 17.47%
B = 53.61%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#301D59 (or 0x301D59) is known color: Christalle. HEX triplet: 30, 1D and 59. RGB value is (48,29,89). Sum of RGB (Red+Green+Blue) = 48+29+89=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #301D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301D59 is #CFE2A6. Grayscale: #292929. Windows color (decimal): -13623975 or 5840176. OLE color: 5840176.

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

Color convert

RGB 48 29 89 -
CMYK 0.46 0.67 0 0.65
HSL 259º 0.51% 0.23% -
HSV(B) 259º 0.67% 0.35% -
XYZ 3.46 2.23 9.7 -
YUV 41.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 48 29 89 0.46 0.67 0 0.65 259 0.51 0.23
Hex 30 1D 59 2E 43 0 41 103 33 17
Octal 60 35 131 56 103 0 101 403 63 27
Binary 110000 11101 1011001 101110 1000011 0 1000001 100000011 110011 10111

Color Harmonies of #301D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D59

Black with #301D59

Text Example


Text Example

White with #301D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #301D59;
 }
 .AnyTagClassName
 {
   color: #301D59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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