#423AAB

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

Shades of Blue Gem #423AAB

Tints of Blue Gem #423AAB

Color information

#423AAB (or 0x423AAB) is unknown color: approx Blue Gem. HEX triplet: 42, 3A and AB. RGB value is (66,58,171). Sum of RGB (Red+Green+Blue) = 66+58+171=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #423AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423AAB is #BDC554. Grayscale: #484848. Windows color (decimal): -12436821 or 11221570. OLE color: 11221570.

HSL color Cylindrical-coordinate representation of color #423AAB: hue angle of 244.25º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423AAB is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6658171-
CMYK0.610.6600.33
HSL244.25º49.34%44.9%-
HSV(B)244.25º66.08%67.06%-
XYZ11.117.1239.32-
YUV73.27183.15122.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 171 (67.19% from 255) = 57.97%
R=22.37%
G=19.66%
B=57.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66581710.610.6600.33244.2549.3444.9
Hex423AAB3D42021f4312d
Octal10272253751020413646155
Binary1000010111010101010111111011000010010000111110100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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