Html Css Color HEX #3D26A7 Blue Gem

📋 copy color: '#3D26A7'

red 61 ◦ green 38 ◦ blue 167

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

Shades of Blue Gem #3D26A7

Tints of Blue Gem #3D26A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 62.78%

R = 22.93%
G = 14.29%
B = 62.78%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3D26A7 (or 0x3D26A7) is known color: Blue Gem. HEX triplet: 3D, 26 and A7. RGB value is (61,38,167). Sum of RGB (Red+Green+Blue) = 61+38+167=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 167 (65.62% from 255 or 62.78% from 266); Max value from RGB is 167 - color contains mainly: blue. Hex color #3D26A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D26A7 is #C2D958. Grayscale: #3B3B3B. Windows color (decimal): -12769625 or 10954301. OLE color: 10954301.

HSL color Cylindrical-coordinate representation of color #3D26A7: hue angle of 250.7º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D26A7 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 61 38 167 -
CMYK 0.63 0.77 0 0.35
HSL 250.7º 0.63% 0.4% -
HSV(B) 250.7º 0.77% 0.65% -
XYZ 9.59 5.17 37.05 -
YUV 59.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 61 38 167 0.63 0.77 0 0.35 250.7 0.63 0.4
Hex 3D 26 A7 3F 4D 0 23 FB 3F 28
Octal 75 46 247 77 115 0 43 373 77 50
Binary 111101 100110 10100111 111111 1001101 0 100011 11111011 111111 101000

Color Harmonies of #3D26A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D26A7

Black with #3D26A7

Text Example


Text Example

White with #3D26A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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