#43256D

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

Shades of Blue Diamond #43256D

Tints of Blue Diamond #43256D

Color information

#43256D (or 0x43256D) is unknown color: approx Blue Diamond. HEX triplet: 43, 25 and 6D. RGB value is (67,37,109). Sum of RGB (Red+Green+Blue) = 67+37+109=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #43256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43256D is #BCDA92. Grayscale: #353535. Windows color (decimal): -12376723 or 7152963. OLE color: 7152963.

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

Color convert

RGB6737109-
CMYK0.390.6600.57
HSL265º49.32%28.63%-
HSV(B)265º66.06%42.75%-
XYZ5.743.6214.86-
YUV54.18158.94137.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.46%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=31.46%
G=17.37%
B=51.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal67371090.390.6600.5726549.3228.63
Hex43256D2742039109311d
Octal10345155471020714116135
Binary100001110010111011011001111000010011100110000100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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