#3D26A2

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

Shades of Blue Gem #3D26A2

Tints of Blue Gem #3D26A2

Color information

#3D26A2 (or 0x3D26A2) is unknown color: approx Blue Gem. HEX triplet: 3D, 26 and A2. RGB value is (61,38,162). Sum of RGB (Red+Green+Blue) = 61+38+162=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 162 (63.67% from 255 or 62.07% from 261); Max value from RGB is 162 - color contains mainly: blue. Hex color #3D26A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D26A2 is #C2D95D. Grayscale: #3A3A3A. Windows color (decimal): -12769630 or 10626621. OLE color: 10626621.

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

Color convert

RGB6138162-
CMYK0.620.7700.36
HSL251.13º62%39.22%-
HSV(B)251.13º76.54%63.53%-
XYZ9.144.9934.66-
YUV59.01186.12129.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.37%
GREEN value IS 38 (15.23% from 255) = 14.56%
BLUE value IS 162 (63.67% from 255) = 62.07%
R=23.37%
G=14.56%
B=62.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61381620.620.7700.36251.136239.22
Hex3D26A23E4D024fb3e27
Octal7546242761150443737647
Binary111101100110101000101111101001101010010011111011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D26A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,38,162); }

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

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

 a { background-color: rgb(61,38,162); }

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

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

 span { border-color: rgb(61,38,162); }

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