#423093

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

Shades of Blue Gem #423093

Tints of Blue Gem #423093

Color information

#423093 (or 0x423093) is unknown color: approx Blue Gem. HEX triplet: 42, 30 and 93. RGB value is (66,48,147). Sum of RGB (Red+Green+Blue) = 66+48+147=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #423093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423093 is #BDCF6C. Grayscale: #404040. Windows color (decimal): -12439405 or 9646146. OLE color: 9646146.

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

Color convert

RGB6648147-
CMYK0.550.6700.42
HSL250.91º50.77%38.24%-
HSV(B)250.91º67.35%57.65%-
XYZ8.575.3828.19-
YUV64.67174.46128.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 147 (57.81% from 255) = 56.32%
R=25.29%
G=18.39%
B=56.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66481470.550.6700.42250.9150.7738.24
Hex423093374302Afb3326
Octal10260223671030523736346
Binary1000010110000100100111101111000011010101011111011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423093; }

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

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

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

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

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

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

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

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