#423598

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

Shades of Blue Gem #423598

Tints of Blue Gem #423598

Color information

#423598 (or 0x423598) is unknown color: approx Blue Gem. HEX triplet: 42, 35 and 98. RGB value is (66,53,152). Sum of RGB (Red+Green+Blue) = 66+53+152=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #423598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423598 is #BDCA67. Grayscale: #434343. Windows color (decimal): -12438120 or 9975106. OLE color: 9975106.

HSL color Cylindrical-coordinate representation of color #423598: hue angle of 247.88º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #423598 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6653152-
CMYK0.570.6500.40
HSL247.88º48.29%40.2%-
HSV(B)247.88º65.13%59.61%-
XYZ9.195.9730.37-
YUV68.17175.31126.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 53 (21.09% from 255) = 19.56%
BLUE value IS 152 (59.77% from 255) = 56.09%
R=24.35%
G=19.56%
B=56.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66531520.570.6500.40247.8848.2940.2
Hex4235983941028f83028
Octal10265230711010503706050
Binary1000010110101100110001110011000001010100011111000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423598; }

 p { color: rgb(66,53,152); }

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

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

 a { background-color: rgb(66,53,152); }

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

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

 span { border-color: rgb(66,53,152); }

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