#30095B

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

Shades of Christalle #30095B

Tints of Christalle #30095B

Color information

#30095B (or 0x30095B) is unknown color: approx Christalle. HEX triplet: 30, 09 and 5B. RGB value is (48,9,91). Sum of RGB (Red+Green+Blue) = 48+9+91=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #30095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30095B is #CFF6A4. Grayscale: #1D1D1D. Windows color (decimal): -13629093 or 5966128. OLE color: 5966128.

HSL color Cylindrical-coordinate representation of color #30095B: hue angle of 268.54º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30095B is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB48991-
CMYK0.470.9000.64
HSL268.54º82%19.61%-
HSV(B)268.54º90.11%35.69%-
XYZ3.21.5810.03-
YUV30.01162.42140.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.43%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 91 (35.94% from 255) = 61.49%
R=32.43%
G=6.08%
B=61.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal489910.470.9000.64268.548219.61
Hex3095B2F5A04010d5214
Octal601113357132010041512224
Binary11000010011011011101111101101001000000100001101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30095B; }

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

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

<style>
 a { background-color: #30095B; }

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

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

<style>
 span { border-color: #30095B; }

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

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