#301B5F

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

Shades of Christalle #301B5F

Tints of Christalle #301B5F

Color information

#301B5F (or 0x301B5F) is unknown color: approx Christalle. HEX triplet: 30, 1B and 5F. RGB value is (48,27,95). Sum of RGB (Red+Green+Blue) = 48+27+95=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #301B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301B5F is #CFE4A0. Grayscale: #282828. Windows color (decimal): -13624481 or 6232880. OLE color: 6232880.

HSL color Cylindrical-coordinate representation of color #301B5F: hue angle of 258.53º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #301B5F is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB482795-
CMYK0.490.7200.63
HSL258.53º55.74%23.92%-
HSV(B)258.53º71.58%37.25%-
XYZ3.682.2411.06-
YUV41.03158.46132.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.24%
GREEN value IS 27 (10.94% from 255) = 15.88%
BLUE value IS 95 (37.5% from 255) = 55.88%
R=28.24%
G=15.88%
B=55.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4827950.490.7200.63258.5355.7423.92
Hex301B5F314803F1033818
Octal6033137611100774037030
Binary1100001101110111111100011001000011111110000001111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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