#423FA5

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

Shades of Blue Gem #423FA5

Tints of Blue Gem #423FA5

Color information

#423FA5 (or 0x423FA5) is unknown color: approx Blue Gem. HEX triplet: 42, 3F and A5. RGB value is (66,63,165). Sum of RGB (Red+Green+Blue) = 66+63+165=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 165 (64.84% from 255 or 56.12% from 294); Max value from RGB is 165 - color contains mainly: blue. Hex color #423FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423FA5 is #BDC05A. Grayscale: #4B4B4B. Windows color (decimal): -12435547 or 10829634. OLE color: 10829634.

HSL color Cylindrical-coordinate representation of color #423FA5: hue angle of 241.76º 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 #423FA5 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6663165-
CMYK0.600.6200.35
HSL241.76º44.74%44.71%-
HSV(B)241.76º61.82%64.71%-
XYZ10.827.4336.46-
YUV75.52178.49121.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 63 (25% from 255) = 21.43%
BLUE value IS 165 (64.84% from 255) = 56.12%
R=22.45%
G=21.43%
B=56.12%

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
Decimal66631650.600.6200.35241.7644.7444.71
Hex423FA53C3E023f22d2d
Octal1027724574760433625555
Binary100001011111110100101111100111110010001111110010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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