Html Css Color HEX #301C57 Christalle

📋 copy color: '#301C57'

red 48 ◦ green 28 ◦ blue 87

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

Shades of Christalle #301C57

Tints of Christalle #301C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 53.37%

R = 29.45%
G = 17.18%
B = 53.37%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#301C57 (or 0x301C57) is known color: Christalle. HEX triplet: 30, 1C and 57. RGB value is (48,28,87). Sum of RGB (Red+Green+Blue) = 48+28+87=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #301C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C57 is #CFE3A8. Grayscale: #282828. Windows color (decimal): -13624233 or 5708848. OLE color: 5708848.

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

Color convert

RGB 48 28 87 -
CMYK 0.45 0.68 0 0.66
HSL 260.34º 0.51% 0.23% -
HSV(B) 260.34º 0.68% 0.34% -
XYZ 3.35 2.15 9.25 -
YUV 40.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 48 28 87 0.45 0.68 0 0.66 260.34 0.51 0.23
Hex 30 1C 57 2D 44 0 42 104 33 17
Octal 60 34 127 55 104 0 102 404 63 27
Binary 110000 11100 1010111 101101 1000100 0 1000010 100000100 110011 10111

Color Harmonies of #301C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C57

Black with #301C57

Text Example


Text Example

White with #301C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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