#423AAE

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

Shades of Blue Gem #423AAE

Tints of Blue Gem #423AAE

Color information

#423AAE (or 0x423AAE) is unknown color: approx Blue Gem. HEX triplet: 42, 3A and AE. RGB value is (66,58,174). Sum of RGB (Red+Green+Blue) = 66+58+174=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #423AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423AAE is #BDC551. Grayscale: #494949. Windows color (decimal): -12436818 or 11418178. OLE color: 11418178.

HSL color Cylindrical-coordinate representation of color #423AAE: hue angle of 244.14º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423AAE is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6658174-
CMYK0.620.6700.32
HSL244.14º50%45.49%-
HSV(B)244.14º66.67%68.24%-
XYZ11.47.2440.84-
YUV73.62184.65122.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 58 (23.05% from 255) = 19.46%
BLUE value IS 174 (68.36% from 255) = 58.39%
R=22.15%
G=19.46%
B=58.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66581740.620.6700.32244.145045.49
Hex423AAE3E43020f4322d
Octal10272256761030403646255
Binary1000010111010101011101111101000011010000011110100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423AAE; }

 p { color: rgb(66,58,174); }

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

<style>
 a { background-color: #423AAE; }

 a { background-color: rgb(66,58,174); }

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

<style>
 span { border-color: #423AAE; }

 span { border-color: rgb(66,58,174); }

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