#3819AF

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

Shades of Blue Gem #3819AF

Tints of Blue Gem #3819AF

Color information

#3819AF (or 0x3819AF) is unknown color: approx Blue Gem. HEX triplet: 38, 19 and AF. RGB value is (56,25,175). Sum of RGB (Red+Green+Blue) = 56+25+175=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #3819AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3819AF is #C7E650. Grayscale: #323232. Windows color (decimal): -13100625 or 11475256. OLE color: 11475256.

HSL color Cylindrical-coordinate representation of color #3819AF: hue angle of 252.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3819AF is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5625175-
CMYK0.680.8600.31
HSL252.4º75%39.22%-
HSV(B)252.4º85.71%68.63%-
XYZ9.724.6340.94-
YUV51.37197.77131.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 25 (10.16% from 255) = 9.77%
BLUE value IS 175 (68.75% from 255) = 68.36%
R=21.88%
G=9.77%
B=68.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56251750.680.8600.31252.47539.22
Hex3819AF445601Ffc4b27
Octal703125710412603737411347
Binary111000110011010111110001001010110011111111111001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3819AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3819AF; }

 p { color: rgb(56,25,175); }

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

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

 a { background-color: rgb(56,25,175); }

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

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

 span { border-color: rgb(56,25,175); }

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