#40349C

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

Shades of Blue Gem #40349C

Tints of Blue Gem #40349C

Color information

#40349C (or 0x40349C) is unknown color: approx Blue Gem. HEX triplet: 40, 34 and 9C. RGB value is (64,52,156). Sum of RGB (Red+Green+Blue) = 64+52+156=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #40349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40349C is #BFCB63. Grayscale: #434343. Windows color (decimal): -12569444 or 10236992. OLE color: 10236992.

HSL color Cylindrical-coordinate representation of color #40349C: hue angle of 246.92º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40349C is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6452156-
CMYK0.590.6700.39
HSL246.92º50%40.78%-
HSV(B)246.92º66.67%61.18%-
XYZ9.345.9532.11-
YUV67.44177.98125.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 156 (61.33% from 255) = 57.35%
R=23.53%
G=19.12%
B=57.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64521560.590.6700.39246.925040.78
Hex40349C3B43027f73229
Octal10064234731030473676251
Binary1000000110100100111001110111000011010011111110111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40349C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,52,156); }

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

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

 a { background-color: rgb(64,52,156); }

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

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

 span { border-color: rgb(64,52,156); }

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