#3827A4

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

Shades of Blue Gem #3827A4

Tints of Blue Gem #3827A4

Color information

#3827A4 (or 0x3827A4) is unknown color: approx Blue Gem. HEX triplet: 38, 27 and A4. RGB value is (56,39,164). Sum of RGB (Red+Green+Blue) = 56+39+164=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 164 (64.45% from 255 or 63.32% from 259); Max value from RGB is 164 - color contains mainly: blue. Hex color #3827A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3827A4 is #C7D85B. Grayscale: #393939. Windows color (decimal): -13097052 or 10757944. OLE color: 10757944.

HSL color Cylindrical-coordinate representation of color #3827A4: hue angle of 248.16º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3827A4 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5639164-
CMYK0.660.7600.36
HSL248.16º61.58%39.8%-
HSV(B)248.16º76.22%64.31%-
XYZ9.064.9735.6-
YUV58.33187.63126.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 39 (15.62% from 255) = 15.06%
BLUE value IS 164 (64.45% from 255) = 63.32%
R=21.62%
G=15.06%
B=63.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56391640.660.7600.36248.1661.5839.8
Hex3827A4424C024f83e28
Octal70472441021140443707650
Binary1110001001111010010010000101001100010010011111000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3827A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3827A4; }

 p { color: rgb(56,39,164); }

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

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

 a { background-color: rgb(56,39,164); }

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

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

 span { border-color: rgb(56,39,164); }

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