#734264

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

Shades of Cosmic #734264

Tints of Cosmic #734264

Color information

#734264 (or 0x734264) is unknown color: approx Cosmic. HEX triplet: 73, 42 and 64. RGB value is (115,66,100). Sum of RGB (Red+Green+Blue) = 115+66+100=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #734264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734264 is #8CBD9B. Grayscale: #545454. Windows color (decimal): -9223580 or 6570611. OLE color: 6570611.

HSL color Cylindrical-coordinate representation of color #734264: hue angle of 318.37º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #734264 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB11566100-
CMYK00.430.130.55
HSL318.37º27.07%35.49%-
HSV(B)318.37º42.61%45.1%-
XYZ11.328.4613.09-
YUV84.53136.73149.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.93%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 100 (39.45% from 255) = 35.59%
R=40.93%
G=23.49%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156610000.430.130.55318.3727.0735.49
Hex73426402BD3713e1b23
Octal16310214405315674763343
Binary1110011100001011001000101011110111011110011111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734264; }

 p { color: rgb(115,66,100); }

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

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

 a { background-color: rgb(115,66,100); }

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

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

 span { border-color: rgb(115,66,100); }

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