Html Css Color HEX #3D26AC Blue Gem

📋 copy color: '#3D26AC'

red 61 ◦ green 38 ◦ blue 172

#3D26AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #3D26AC

Tints of Blue Gem #3D26AC

RGB

 RED value IS 61 (24.22% from 255) = 22.51%

 GREEN value IS 38 (15.23% from 255) = 14.02%

 BLUE value IS 172 (67.58% from 255) = 63.47%

R = 22.51%
G = 14.02%
B = 63.47%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D26AC (or 0x3D26AC) is known color: Blue Gem. HEX triplet: 3D, 26 and AC. RGB value is (61,38,172). Sum of RGB (Red+Green+Blue) = 61+38+172=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D26AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D26AC is #C2D953. Grayscale: #3B3B3B. Windows color (decimal): -12769620 or 11281981. OLE color: 11281981.

HSL color Cylindrical-coordinate representation of color #3D26AC: hue angle of 250.3º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D26AC is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 38 172 -
CMYK 0.65 0.78 0 0.33
HSL 250.3º 0.64% 0.41% -
HSV(B) 250.3º 0.78% 0.67% -
XYZ 10.06 5.36 39.53 -
YUV 60.15 191.12 128.6 -
System Red Green Blue C M Y K H S L
Decimal 61 38 172 0.65 0.78 0 0.33 250.3 0.64 0.41
Hex 3D 26 AC 41 4E 0 21 FA 40 29
Octal 75 46 254 101 116 0 41 372 100 51
Binary 111101 100110 10101100 1000001 1001110 0 100001 11111010 1000000 101001

Color Harmonies of #3D26AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D26AC

Black with #3D26AC

Text Example


Text Example

White with #3D26AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D26AC;
 }
 .AnyTagClassName
 {
   color: #3D26AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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