Html Css Color HEX #3A279D Blue Gem

📋 copy color: '#3A279D'

red 58 ◦ green 39 ◦ blue 157

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

Shades of Blue Gem #3A279D

Tints of Blue Gem #3A279D

RGB

 RED value IS 58 (23.05% from 255) = 22.83%

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

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

R = 22.83%
G = 15.35%
B = 61.81%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A279D (or 0x3A279D) is known color: Blue Gem. HEX triplet: 3A, 27 and 9D. RGB value is (58,39,157). Sum of RGB (Red+Green+Blue) = 58+39+157=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A279D is #C5D862. Grayscale: #393939. Windows color (decimal): -12965987 or 10299194. OLE color: 10299194.

HSL color Cylindrical-coordinate representation of color #3A279D: hue angle of 249.66º 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 #3A279D is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 39 157 -
CMYK 0.63 0.75 0 0.38
HSL 249.66º 0.6% 0.38% -
HSV(B) 249.66º 0.75% 0.62% -
XYZ 8.56 4.78 32.37 -
YUV 58.13 183.79 127.91 -
System Red Green Blue C M Y K H S L
Decimal 58 39 157 0.63 0.75 0 0.38 249.66 0.6 0.38
Hex 3A 27 9D 3F 4B 0 26 FA 3C 26
Octal 72 47 235 77 113 0 46 372 74 46
Binary 111010 100111 10011101 111111 1001011 0 100110 11111010 111100 100110

Color Harmonies of #3A279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A279D

Black with #3A279D

Text Example


Text Example

White with #3A279D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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