#3822af

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

Shades of Blue Gem #3822AF

Tints of Blue Gem #3822AF

Color information

#3822AF (or 0x3822AF) is unknown color: approx Blue Gem. HEX triplet: 38, 22 and AF. RGB value is (56,34,175). Sum of RGB (Red+Green+Blue) = 56+34+175=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #3822AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3822AF is #C7DD50. Grayscale: #383838. Windows color (decimal): -13098321 or 11477560. OLE color: 11477560.

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

Color convert

RGB5634175-
CMYK0.680.8100.31
HSL249.36º67.46%40.98%-
HSV(B)249.36º80.57%68.63%-
XYZ9.945.0841.01-
YUV56.65194.79127.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 34 (13.67% from 255) = 12.83%
BLUE value IS 175 (68.75% from 255) = 66.04%
R=21.13%
G=12.83%
B=66.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56341750.680.8100.31249.3667.4640.98
Hex3822AF445101Ff94329
Octal704225710412103737110351
Binary1110001000101010111110001001010001011111111110011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3822af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3822af; }

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

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

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

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

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

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

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

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