#423099

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

Shades of Blue Gem #423099

Tints of Blue Gem #423099

Color information

#423099 (or 0x423099) is unknown color: approx Blue Gem. HEX triplet: 42, 30 and 99. RGB value is (66,48,153). Sum of RGB (Red+Green+Blue) = 66+48+153=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #423099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423099 is #BDCF66. Grayscale: #404040. Windows color (decimal): -12439399 or 10039362. OLE color: 10039362.

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

Color convert

RGB6648153-
CMYK0.570.6900.4
HSL250.29º52.24%39.41%-
HSV(B)250.29º68.63%60%-
XYZ9.055.5730.74-
YUV65.35177.46128.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 153 (60.16% from 255) = 57.30%
R=24.72%
G=17.98%
B=57.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66481530.570.6900.4250.2952.2439.41
Hex4230993945028fa3427
Octal10260231711050503726447
Binary1000010110000100110011110011000101010100011111010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423099; }

 p { color: rgb(66,48,153); }

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

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

 a { background-color: rgb(66,48,153); }

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

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

 span { border-color: rgb(66,48,153); }

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