#301D5B

Color #301D5B Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #301D5B

Tints of Christalle #301D5B

Color information

#301D5B (or 0x301D5B) is unknown color: approx Christalle. HEX triplet: 30, 1D and 5B. RGB value is (48,29,91). Sum of RGB (Red+Green+Blue) = 48+29+91=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #301D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301D5B is #CFE2A4. Grayscale: #292929. Windows color (decimal): -13623973 or 5971248. OLE color: 5971248.

HSL color Cylindrical-coordinate representation of color #301D5B: hue angle of 258.39º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #301D5B is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB482991-
CMYK0.470.6800.64
HSL258.39º51.67%23.53%-
HSV(B)258.39º68.13%35.69%-
XYZ3.552.2610.15-
YUV41.75155.79132.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 29 (11.72% from 255) = 17.26%
BLUE value IS 91 (35.94% from 255) = 54.17%
R=28.57%
G=17.26%
B=54.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4829910.470.6800.64258.3951.6723.53
Hex301D5B2F440401023418
Octal60351335710401004026430
Binary11000011101101101110111110001000100000010000001011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #301D5B;
 }
 .AnyTagClassName
 {
   color: #301D5B;
 }
</style>
background-color css

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

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

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

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

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

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