#3924B0

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

Shades of Blue Gem #3924B0

Tints of Blue Gem #3924B0

Color information

#3924B0 (or 0x3924B0) is unknown color: approx Blue Gem. HEX triplet: 39, 24 and B0. RGB value is (57,36,176). Sum of RGB (Red+Green+Blue) = 57+36+176=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 176 (69.14% from 255 or 65.43% from 269); Max value from RGB is 176 - color contains mainly: blue. Hex color #3924B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3924B0 is #C6DB4F. Grayscale: #393939. Windows color (decimal): -13032272 or 11543609. OLE color: 11543609.

HSL color Cylindrical-coordinate representation of color #3924B0: hue angle of 249º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3924B0 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5736176-
CMYK0.680.8000.31
HSL249º66.04%41.57%-
HSV(B)249º79.55%69.02%-
XYZ10.155.2741.56-
YUV58.24194.46127.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.19%
GREEN value IS 36 (14.45% from 255) = 13.38%
BLUE value IS 176 (69.14% from 255) = 65.43%
R=21.19%
G=13.38%
B=65.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57361760.680.8000.3124966.0441.57
Hex3924B0445001Ff9422a
Octal714426010412003737110252
Binary1110011001001011000010001001010000011111111110011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3924B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3924B0; }

 p { color: rgb(57,36,176); }

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

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

 a { background-color: rgb(57,36,176); }

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

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

 span { border-color: rgb(57,36,176); }

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