#301A67

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

Shades of Christalle #301A67

Tints of Christalle #301A67

Color information

#301A67 (or 0x301A67) is unknown color: approx Christalle. HEX triplet: 30, 1A and 67. RGB value is (48,26,103). Sum of RGB (Red+Green+Blue) = 48+26+103=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #301A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301A67 is #CFE598. Grayscale: #292929. Windows color (decimal): -13624729 or 6756912. OLE color: 6756912.

HSL color Cylindrical-coordinate representation of color #301A67: hue angle of 257.14º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301A67 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4826103-
CMYK0.530.7500.60
HSL257.14º59.69%25.29%-
HSV(B)257.14º74.76%40.39%-
XYZ4.042.3513.07-
YUV41.36162.79132.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.12%
GREEN value IS 26 (10.55% from 255) = 14.69%
BLUE value IS 103 (40.62% from 255) = 58.19%
R=27.12%
G=14.69%
B=58.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48261030.530.7500.60257.1459.6925.29
Hex301A67354B03C1013c19
Octal6032147651130744017431
Binary1100001101011001111101011001011011110010000000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,26,103); }

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

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

 a { background-color: rgb(48,26,103); }

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

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

 span { border-color: rgb(48,26,103); }

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