#3F27B0

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

Shades of Blue Gem #3F27B0

Tints of Blue Gem #3F27B0

Color information

#3F27B0 (or 0x3F27B0) is unknown color: approx Blue Gem. HEX triplet: 3F, 27 and B0. RGB value is (63,39,176). Sum of RGB (Red+Green+Blue) = 63+39+176=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 176 (69.14% from 255 or 63.31% from 278); Max value from RGB is 176 - color contains mainly: blue. Hex color #3F27B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F27B0 is #C0D84F. Grayscale: #3D3D3D. Windows color (decimal): -12638288 or 11544383. OLE color: 11544383.

HSL color Cylindrical-coordinate representation of color #3F27B0: hue angle of 250.51º 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 #3F27B0 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6339176-
CMYK0.640.7800.31
HSL250.51º63.72%42.16%-
HSV(B)250.51º77.84%69.02%-
XYZ10.615.6441.6-
YUV61.79192.45128.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.66%
GREEN value IS 39 (15.62% from 255) = 14.03%
BLUE value IS 176 (69.14% from 255) = 63.31%
R=22.66%
G=14.03%
B=63.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63391760.640.7800.31250.5163.7242.16
Hex3F27B0404E01Ffb402a
Octal774726010011603737310052
Binary1111111001111011000010000001001110011111111110111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F27B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,39,176); }

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

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

 a { background-color: rgb(63,39,176); }

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

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

 span { border-color: rgb(63,39,176); }

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