#4340A2

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

Shades of Blue Gem #4340A2

Tints of Blue Gem #4340A2

Color information

#4340A2 (or 0x4340A2) is unknown color: approx Blue Gem. HEX triplet: 43, 40 and A2. RGB value is (67,64,162). Sum of RGB (Red+Green+Blue) = 67+64+162=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #4340A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4340A2 is #BCBF5D. Grayscale: #4B4B4B. Windows color (decimal): -12369758 or 10633283. OLE color: 10633283.

HSL color Cylindrical-coordinate representation of color #4340A2: hue angle of 241.84º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4340A2 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6764162-
CMYK0.590.6000.36
HSL241.84º43.36%44.31%-
HSV(B)241.84º60.49%63.53%-
XYZ10.677.4735.06-
YUV76.07176.49121.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.87%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 162 (63.67% from 255) = 55.29%
R=22.87%
G=21.84%
B=55.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal67641620.590.6000.36241.8443.3644.31
Hex4340A23B3C024f22b2c
Octal10310024273740443625354
Binary1000011100000010100010111011111100010010011110010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4340A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4340A2; }

 p { color: rgb(67,64,162); }

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

<style>
 a { background-color: #4340A2; }

 a { background-color: rgb(67,64,162); }

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

<style>
 span { border-color: #4340A2; }

 span { border-color: rgb(67,64,162); }

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