Html Css Color HEX #301B59 Christalle

📋 copy color: '#301B59'

red 48 ◦ green 27 ◦ blue 89

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

Shades of Christalle #301B59

Tints of Christalle #301B59

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.46%

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

R = 29.27%
G = 16.46%
B = 54.27%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#301B59 (or 0x301B59) is known color: Christalle. HEX triplet: 30, 1B and 59. RGB value is (48,27,89). Sum of RGB (Red+Green+Blue) = 48+27+89=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #301B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301B59 is #CFE4A6. Grayscale: #282828. Windows color (decimal): -13624487 or 5839664. OLE color: 5839664.

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

Color convert

RGB 48 27 89 -
CMYK 0.46 0.70 0 0.65
HSL 260.32º 0.53% 0.23% -
HSV(B) 260.32º 0.7% 0.35% -
XYZ 3.41 2.13 9.68 -
YUV 40.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 48 27 89 0.46 0.70 0 0.65 260.32 0.53 0.23
Hex 30 1B 59 2E 46 0 41 104 35 17
Octal 60 33 131 56 106 0 101 404 65 27
Binary 110000 11011 1011001 101110 1000110 0 1000001 100000100 110101 10111

Color Harmonies of #301B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B59

Black with #301B59

Text Example


Text Example

White with #301B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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