#39219A

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

Shades of Blue Gem #39219A

Tints of Blue Gem #39219A

Color information

#39219A (or 0x39219A) is unknown color: approx Blue Gem. HEX triplet: 39, 21 and 9A. RGB value is (57,33,154). Sum of RGB (Red+Green+Blue) = 57+33+154=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 154 (60.55% from 255 or 63.11% from 244); Max value from RGB is 154 - color contains mainly: blue. Hex color #39219A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39219A is #C6DE65. Grayscale: #353535. Windows color (decimal): -13033062 or 10101049. OLE color: 10101049.

HSL color Cylindrical-coordinate representation of color #39219A: hue angle of 251.9º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39219A is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5733154-
CMYK0.630.7900.40
HSL251.9º64.71%36.67%-
HSV(B)251.9º78.57%60.39%-
XYZ8.064.2930.98-
YUV53.97184.45130.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 33 (13.28% from 255) = 13.52%
BLUE value IS 154 (60.55% from 255) = 63.11%
R=23.36%
G=13.52%
B=63.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57331540.630.7900.40251.964.7136.67
Hex39219A3F4F028fc4125
Octal71412327711705037410145
Binary1110011000011001101011111110011110101000111111001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39219A; }

 p { color: rgb(57,33,154); }

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

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

 a { background-color: rgb(57,33,154); }

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

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

 span { border-color: rgb(57,33,154); }

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