#423497

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

Shades of Blue Gem #423497

Tints of Blue Gem #423497

Color information

#423497 (or 0x423497) is unknown color: approx Blue Gem. HEX triplet: 42, 34 and 97. RGB value is (66,52,151). Sum of RGB (Red+Green+Blue) = 66+52+151=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #423497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423497 is #BDCB68. Grayscale: #434343. Windows color (decimal): -12438377 or 9909314. OLE color: 9909314.

HSL color Cylindrical-coordinate representation of color #423497: hue angle of 248.48º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423497 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6652151-
CMYK0.560.6600.41
HSL248.48º48.77%39.8%-
HSV(B)248.48º65.56%59.22%-
XYZ9.065.8529.93-
YUV67.47175.14126.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 52 (20.70% from 255) = 19.33%
BLUE value IS 151 (59.38% from 255) = 56.13%
R=24.54%
G=19.33%
B=56.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66521510.560.6600.41248.4848.7739.8
Hex4234973842029f83128
Octal10264227701020513706150
Binary1000010110100100101111110001000010010100111111000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423497; }

 p { color: rgb(66,52,151); }

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

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

 a { background-color: rgb(66,52,151); }

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

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

 span { border-color: rgb(66,52,151); }

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