#43279C

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

Shades of Blue Gem #43279C

Tints of Blue Gem #43279C

Color information

#43279C (or 0x43279C) is unknown color: approx Blue Gem. HEX triplet: 43, 27 and 9C. RGB value is (67,39,156). Sum of RGB (Red+Green+Blue) = 67+39+156=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #43279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43279C is #BCD863. Grayscale: #3C3C3C. Windows color (decimal): -12376164 or 10233667. OLE color: 10233667.

HSL color Cylindrical-coordinate representation of color #43279C: hue angle of 254.36º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43279C is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6739156-
CMYK0.570.7500.39
HSL254.36º60%38.24%-
HSV(B)254.36º75%61.18%-
XYZ9.045.0431.95-
YUV60.71181.78132.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.57%
GREEN value IS 39 (15.62% from 255) = 14.89%
BLUE value IS 156 (61.33% from 255) = 59.54%
R=25.57%
G=14.89%
B=59.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal67391560.570.7500.39254.366038.24
Hex43279C394B027fe3c26
Octal10347234711130473767446
Binary1000011100111100111001110011001011010011111111110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,39,156); }

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

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

 a { background-color: rgb(67,39,156); }

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

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

 span { border-color: rgb(67,39,156); }

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