#423195

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

Shades of Blue Gem #423195

Tints of Blue Gem #423195

Color information

#423195 (or 0x423195) is unknown color: approx Blue Gem. HEX triplet: 42, 31 and 95. RGB value is (66,49,149). Sum of RGB (Red+Green+Blue) = 66+49+149=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #423195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423195 is #BDCE6A. Grayscale: #414141. Windows color (decimal): -12439147 or 9777474. OLE color: 9777474.

HSL color Cylindrical-coordinate representation of color #423195: hue angle of 250.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423195 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6649149-
CMYK0.560.6700.42
HSL250.2º50.51%38.82%-
HSV(B)250.2º67.11%58.43%-
XYZ8.775.5229.04-
YUV65.48175.13128.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 149 (58.59% from 255) = 56.44%
R=25%
G=18.56%
B=56.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66491490.560.6700.42250.250.5138.82
Hex423195384302Afa3327
Octal10261225701030523726347
Binary1000010110001100101011110001000011010101011111010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423195; }

 p { color: rgb(66,49,149); }

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

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

 a { background-color: rgb(66,49,149); }

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

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

 span { border-color: rgb(66,49,149); }

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