Html Css Color HEX #301858 Christalle

📋 copy color: '#301858'

red 48 ◦ green 24 ◦ blue 88

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

Shades of Christalle #301858

Tints of Christalle #301858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15%

 BLUE value IS 88 (34.77% from 255) = 55%

R = 30%
G = 15%
B = 55%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#301858 (or 0x301858) is known color: Christalle. HEX triplet: 30, 18 and 58. RGB value is (48,24,88). Sum of RGB (Red+Green+Blue) = 48+24+88=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #301858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301858 is #CFE7A7. Grayscale: #262626. Windows color (decimal): -13625256 or 5773360. OLE color: 5773360.

HSL color Cylindrical-coordinate representation of color #301858: hue angle of 262.5º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #301858 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 24 88 -
CMYK 0.45 0.73 0 0.65
HSL 262.5º 0.57% 0.22% -
HSV(B) 262.5º 0.73% 0.35% -
XYZ 3.31 1.99 9.44 -
YUV 38.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 48 24 88 0.45 0.73 0 0.65 262.5 0.57 0.22
Hex 30 18 58 2D 49 0 41 106 39 16
Octal 60 30 130 55 111 0 101 406 71 26
Binary 110000 11000 1011000 101101 1001001 0 1000001 100000110 111001 10110

Color Harmonies of #301858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301858

Black with #301858

Text Example


Text Example

White with #301858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301858; }

 p { color: rgb(48,24,88); }

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

background-color css

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

 a { background-color: rgb(48,24,88); }

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

border-color css

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

 span { border-color: rgb(48,24,88); }

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