#3D27B1

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

Shades of Blue Gem #3D27B1

Tints of Blue Gem #3D27B1

Color information

#3D27B1 (or 0x3D27B1) is unknown color: approx Blue Gem. HEX triplet: 3D, 27 and B1. RGB value is (61,39,177). Sum of RGB (Red+Green+Blue) = 61+39+177=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 177 (69.53% from 255 or 63.90% from 277); Max value from RGB is 177 - color contains mainly: blue. Hex color #3D27B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D27B1 is #C2D84E. Grayscale: #3C3C3C. Windows color (decimal): -12769359 or 11609917. OLE color: 11609917.

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

Color convert

RGB6139177-
CMYK0.660.7800.31
HSL249.57º63.89%42.35%-
HSV(B)249.57º77.97%69.41%-
XYZ10.595.6242.12-
YUV61.31193.29127.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.02%
GREEN value IS 39 (15.62% from 255) = 14.08%
BLUE value IS 177 (69.53% from 255) = 63.90%
R=22.02%
G=14.08%
B=63.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61391770.660.7800.31249.5763.8942.35
Hex3D27B1424E01Ffa402a
Octal754726110211603737210052
Binary1111011001111011000110000101001110011111111110101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D27B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,39,177); }

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

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

 a { background-color: rgb(61,39,177); }

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

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

 span { border-color: rgb(61,39,177); }

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