Html Css Color HEX #3D279D Blue Gem

📋 copy color: '#3D279D'

red 61 ◦ green 39 ◦ blue 157

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

Shades of Blue Gem #3D279D

Tints of Blue Gem #3D279D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.18%

 BLUE value IS 157 (61.72% from 255) = 61.09%

R = 23.74%
G = 15.18%
B = 61.09%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D279D (or 0x3D279D) is known color: Blue Gem. HEX triplet: 3D, 27 and 9D. RGB value is (61,39,157). Sum of RGB (Red+Green+Blue) = 61+39+157=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D279D is #C2D862. Grayscale: #3A3A3A. Windows color (decimal): -12769379 or 10299197. OLE color: 10299197.

HSL color Cylindrical-coordinate representation of color #3D279D: hue angle of 251.19º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D279D is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 61 39 157 -
CMYK 0.61 0.75 0 0.38
HSL 251.19º 0.6% 0.38% -
HSV(B) 251.19º 0.75% 0.62% -
XYZ 8.74 4.88 32.38 -
YUV 59.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 61 39 157 0.61 0.75 0 0.38 251.19 0.6 0.38
Hex 3D 27 9D 3D 4B 0 26 FB 3C 26
Octal 75 47 235 75 113 0 46 373 74 46
Binary 111101 100111 10011101 111101 1001011 0 100110 11111011 111100 100110

Color Harmonies of #3D279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D279D

Black with #3D279D

Text Example


Text Example

White with #3D279D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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