#300460

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

Shades of Christalle #300460

Tints of Christalle #300460

Color information

#300460 (or 0x300460) is unknown color: approx Christalle. HEX triplet: 30, 04 and 60. RGB value is (48,4,96). Sum of RGB (Red+Green+Blue) = 48+4+96=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #300460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300460 is #CFFB9F. Grayscale: #1B1B1B. Windows color (decimal): -13630368 or 6292528. OLE color: 6292528.

HSL color Cylindrical-coordinate representation of color #300460: hue angle of 268.7º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300460 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB48496-
CMYK0.500.9600.62
HSL268.7º92%19.61%-
HSV(B)268.7º95.83%37.65%-
XYZ3.371.5611.19-
YUV27.64166.58142.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.43%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 96 (37.89% from 255) = 64.86%
R=32.43%
G=2.70%
B=64.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal484960.500.9600.62268.79219.61
Hex30460326003E10d5c14
Octal6041406214007641513424
Binary110000100110000011001011000000111110100001101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300460; }

 p { color: rgb(48,4,96); }

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

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

 a { background-color: rgb(48,4,96); }

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

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

 span { border-color: rgb(48,4,96); }

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