#423496

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

Shades of Blue Gem #423496

Tints of Blue Gem #423496

Color information

#423496 (or 0x423496) is unknown color: approx Blue Gem. HEX triplet: 42, 34 and 96. RGB value is (66,52,150). Sum of RGB (Red+Green+Blue) = 66+52+150=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #423496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423496 is #BDCB69. Grayscale: #424242. Windows color (decimal): -12438378 or 9843778. OLE color: 9843778.

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

Color convert

RGB6652150-
CMYK0.560.6500.41
HSL248.57º48.51%39.61%-
HSV(B)248.57º65.33%58.82%-
XYZ8.985.8229.5-
YUV67.36174.64127.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 150 (58.98% from 255) = 55.97%
R=24.63%
G=19.40%
B=55.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66521500.560.6500.41248.5748.5139.61
Hex4234963841029f93128
Octal10264226701010513716150
Binary1000010110100100101101110001000001010100111111001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423496; }

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

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

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

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

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

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

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

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