#3F30B1

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

Shades of Blue Gem #3F30B1

Tints of Blue Gem #3F30B1

Color information

#3F30B1 (or 0x3F30B1) is unknown color: approx Blue Gem. HEX triplet: 3F, 30 and B1. RGB value is (63,48,177). Sum of RGB (Red+Green+Blue) = 63+48+177=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 177 (69.53% from 255 or 61.46% from 288); Max value from RGB is 177 - color contains mainly: blue. Hex color #3F30B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F30B1 is #C0CF4E. Grayscale: #424242. Windows color (decimal): -12635983 or 11612223. OLE color: 11612223.

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

Color convert

RGB6348177-
CMYK0.640.7300.31
HSL246.98º57.33%44.12%-
HSV(B)246.98º72.88%69.41%-
XYZ11.046.3442.24-
YUV67.19189.97125.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.88%
GREEN value IS 48 (19.14% from 255) = 16.67%
BLUE value IS 177 (69.53% from 255) = 61.46%
R=21.88%
G=16.67%
B=61.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63481770.640.7300.31246.9857.3344.12
Hex3F30B1404901Ff7392c
Octal77602611001110373677154
Binary111111110000101100011000000100100101111111110111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F30B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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