#30085D

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

Shades of Christalle #30085D

Tints of Christalle #30085D

Color information

#30085D (or 0x30085D) is unknown color: approx Christalle. HEX triplet: 30, 08 and 5D. RGB value is (48,8,93). Sum of RGB (Red+Green+Blue) = 48+8+93=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #30085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30085D is #CFF7A2. Grayscale: #1D1D1D. Windows color (decimal): -13629347 or 6096944. OLE color: 6096944.

HSL color Cylindrical-coordinate representation of color #30085D: hue angle of 268.24º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30085D is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB48893-
CMYK0.480.9100.64
HSL268.24º84.16%19.8%-
HSV(B)268.24º91.4%36.47%-
XYZ3.281.5910.49-
YUV29.65163.75141.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.21%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 93 (36.72% from 255) = 62.42%
R=32.21%
G=5.37%
B=62.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal488930.480.9100.64268.2484.1619.8
Hex3085D305B04010c5414
Octal601013560133010041412424
Binary11000010001011101110000101101101000000100001100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30085D; }

 p { color: rgb(48,8,93); }

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

<style>
 a { background-color: #30085D; }

 a { background-color: rgb(48,8,93); }

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

<style>
 span { border-color: #30085D; }

 span { border-color: rgb(48,8,93); }

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