Html Css Color HEX #301C58 Christalle

📋 copy color: '#301C58'

red 48 ◦ green 28 ◦ blue 88

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

Shades of Christalle #301C58

Tints of Christalle #301C58

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.07%

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

R = 29.27%
G = 17.07%
B = 53.66%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#301C58 (or 0x301C58) is known color: Christalle. HEX triplet: 30, 1C and 58. RGB value is (48,28,88). Sum of RGB (Red+Green+Blue) = 48+28+88=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #301C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C58 is #CFE3A7. Grayscale: #282828. Windows color (decimal): -13624232 or 5774384. OLE color: 5774384.

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

Color convert

RGB 48 28 88 -
CMYK 0.45 0.68 0 0.65
HSL 260º 0.52% 0.23% -
HSV(B) 260º 0.68% 0.35% -
XYZ 3.4 2.16 9.47 -
YUV 40.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 48 28 88 0.45 0.68 0 0.65 260 0.52 0.23
Hex 30 1C 58 2D 44 0 41 104 34 17
Octal 60 34 130 55 104 0 101 404 64 27
Binary 110000 11100 1011000 101101 1000100 0 1000001 100000100 110100 10111

Color Harmonies of #301C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C58

Black with #301C58

Text Example


Text Example

White with #301C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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