#3B1EA4

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

Shades of Blue Gem #3B1EA4

Tints of Blue Gem #3B1EA4

Color information

#3B1EA4 (or 0x3B1EA4) is unknown color: approx Blue Gem. HEX triplet: 3B, 1E and A4. RGB value is (59,30,164). Sum of RGB (Red+Green+Blue) = 59+30+164=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 164 (64.45% from 255 or 64.82% from 253); Max value from RGB is 164 - color contains mainly: blue. Hex color #3B1EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1EA4 is #C4E15B. Grayscale: #353535. Windows color (decimal): -12902748 or 10755643. OLE color: 10755643.

HSL color Cylindrical-coordinate representation of color #3B1EA4: hue angle of 252.99º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B1EA4 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5930164-
CMYK0.640.8200.36
HSL252.99º69.07%38.04%-
HSV(B)252.99º81.71%64.31%-
XYZ8.974.5435.53-
YUV53.95190.11131.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.32%
GREEN value IS 30 (12.11% from 255) = 11.86%
BLUE value IS 164 (64.45% from 255) = 64.82%
R=23.32%
G=11.86%
B=64.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal59301640.640.8200.36252.9969.0738.04
Hex3B1EA44052024fd4526
Octal733624410012204437510546
Binary1110111111010100100100000010100100100100111111011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,30,164); }

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

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

 a { background-color: rgb(59,30,164); }

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

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

 span { border-color: rgb(59,30,164); }

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