#423FA7

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

Shades of Blue Gem #423FA7

Tints of Blue Gem #423FA7

Color information

#423FA7 (or 0x423FA7) is unknown color: approx Blue Gem. HEX triplet: 42, 3F and A7. RGB value is (66,63,167). Sum of RGB (Red+Green+Blue) = 66+63+167=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 167 (65.62% from 255 or 56.42% from 296); Max value from RGB is 167 - color contains mainly: blue. Hex color #423FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423FA7 is #BDC058. Grayscale: #4B4B4B. Windows color (decimal): -12435545 or 10960706. OLE color: 10960706.

HSL color Cylindrical-coordinate representation of color #423FA7: hue angle of 241.73º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423FA7 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6663167-
CMYK0.600.6200.35
HSL241.73º45.22%45.1%-
HSV(B)241.73º62.28%65.49%-
XYZ117.537.43-
YUV75.75179.49121.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 63 (25% from 255) = 21.28%
BLUE value IS 167 (65.62% from 255) = 56.42%
R=22.30%
G=21.28%
B=56.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66631670.600.6200.35241.7345.2245.1
Hex423FA73C3E023f22d2d
Octal1027724774760433625555
Binary100001011111110100111111100111110010001111110010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,63,167); }

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

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

 a { background-color: rgb(66,63,167); }

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

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

 span { border-color: rgb(66,63,167); }

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