#43266C

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

Shades of Blue Diamond #43266C

Tints of Blue Diamond #43266C

Color information

#43266C (or 0x43266C) is unknown color: approx Blue Diamond. HEX triplet: 43, 26 and 6C. RGB value is (67,38,108). Sum of RGB (Red+Green+Blue) = 67+38+108=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #43266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43266C is #BCD993. Grayscale: #363636. Windows color (decimal): -12376468 or 7087683. OLE color: 7087683.

HSL color Cylindrical-coordinate representation of color #43266C: hue angle of 264.86º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43266C is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6738108-
CMYK0.380.6500.58
HSL264.86º47.95%28.63%-
HSV(B)264.86º64.81%42.35%-
XYZ5.713.6614.59-
YUV54.65158.11136.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.46%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 108 (42.58% from 255) = 50.70%
R=31.46%
G=17.84%
B=50.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal67381080.380.6500.58264.8647.9528.63
Hex43266C264103A109301d
Octal10346154461010724116035
Binary100001110011011011001001101000001011101010000100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43266C; }

 p { color: rgb(67,38,108); }

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

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

 a { background-color: rgb(67,38,108); }

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

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

 span { border-color: rgb(67,38,108); }

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