#3F30AE

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

Shades of Blue Gem #3F30AE

Tints of Blue Gem #3F30AE

Color information

#3F30AE (or 0x3F30AE) is unknown color: approx Blue Gem. HEX triplet: 3F, 30 and AE. RGB value is (63,48,174). Sum of RGB (Red+Green+Blue) = 63+48+174=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F30AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F30AE is #C0CF51. Grayscale: #424242. Windows color (decimal): -12635986 or 11415615. OLE color: 11415615.

HSL color Cylindrical-coordinate representation of color #3F30AE: hue angle of 247.14º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F30AE is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6348174-
CMYK0.640.7200.32
HSL247.14º56.76%43.53%-
HSV(B)247.14º72.41%68.24%-
XYZ10.756.2340.68-
YUV66.85188.47125.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.11%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=22.11%
G=16.84%
B=61.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal63481740.640.7200.32247.1456.7643.53
Hex3F30AE4048020f7392c
Octal77602561001100403677154
Binary1111111100001010111010000001001000010000011110111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F30AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,48,174); }

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

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

 a { background-color: rgb(63,48,174); }

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

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

 span { border-color: rgb(63,48,174); }

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