#3A27AF

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

Shades of Blue Gem #3A27AF

Tints of Blue Gem #3A27AF

Color information

#3A27AF (or 0x3A27AF) is unknown color: approx Blue Gem. HEX triplet: 3A, 27 and AF. RGB value is (58,39,175). Sum of RGB (Red+Green+Blue) = 58+39+175=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A27AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A27AF is #C5D850. Grayscale: #3B3B3B. Windows color (decimal): -12965969 or 11478842. OLE color: 11478842.

HSL color Cylindrical-coordinate representation of color #3A27AF: hue angle of 248.38º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A27AF is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5839175-
CMYK0.670.7800.31
HSL248.38º63.55%41.96%-
HSV(B)248.38º77.71%68.63%-
XYZ10.215.4541.07-
YUV60.18192.79126.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.32%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 175 (68.75% from 255) = 64.34%
R=21.32%
G=14.34%
B=64.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58391750.670.7800.31248.3863.5541.96
Hex3A27AF434E01Ff8402a
Octal724725710311603737010052
Binary1110101001111010111110000111001110011111111110001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A27AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A27AF; }

 p { color: rgb(58,39,175); }

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

<style>
 a { background-color: #3A27AF; }

 a { background-color: rgb(58,39,175); }

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

<style>
 span { border-color: #3A27AF; }

 span { border-color: rgb(58,39,175); }

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