#43246D

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

Shades of Blue Diamond #43246D

Tints of Blue Diamond #43246D

Color information

#43246D (or 0x43246D) is unknown color: approx Blue Diamond. HEX triplet: 43, 24 and 6D. RGB value is (67,36,109). Sum of RGB (Red+Green+Blue) = 67+36+109=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #43246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43246D is #BCDB92. Grayscale: #353535. Windows color (decimal): -12376979 or 7152707. OLE color: 7152707.

HSL color Cylindrical-coordinate representation of color #43246D: hue angle of 265.48º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43246D is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6736109-
CMYK0.390.6700.57
HSL265.48º50.34%28.43%-
HSV(B)265.48º66.97%42.75%-
XYZ5.713.5614.85-
YUV53.59159.27137.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.60%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 109 (42.97% from 255) = 51.42%
R=31.60%
G=16.98%
B=51.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal67361090.390.6700.57265.4850.3428.43
Hex43246D2743039109321c
Octal10344155471030714116234
Binary100001110010011011011001111000011011100110000100111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,36,109); }

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

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

 a { background-color: rgb(67,36,109); }

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

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

 span { border-color: rgb(67,36,109); }

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