Html Css Color HEX #3A279F Blue Gem

📋 copy color: '#3A279F'

red 58 ◦ green 39 ◦ blue 159

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

Shades of Blue Gem #3A279F

Tints of Blue Gem #3A279F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.11%

R = 22.66%
G = 15.23%
B = 62.11%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A279F (or 0x3A279F) is known color: Blue Gem. HEX triplet: 3A, 27 and 9F. RGB value is (58,39,159). Sum of RGB (Red+Green+Blue) = 58+39+159=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A279F is #C5D860. Grayscale: #393939. Windows color (decimal): -12965985 or 10430266. OLE color: 10430266.

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

Color convert

RGB 58 39 159 -
CMYK 0.64 0.75 0 0.38
HSL 249.5º 0.61% 0.39% -
HSV(B) 249.5º 0.75% 0.62% -
XYZ 8.73 4.85 33.28 -
YUV 58.36 184.79 127.74 -
System Red Green Blue C M Y K H S L
Decimal 58 39 159 0.64 0.75 0 0.38 249.5 0.61 0.39
Hex 3A 27 9F 40 4B 0 26 FA 3D 27
Octal 72 47 237 100 113 0 46 372 75 47
Binary 111010 100111 10011111 1000000 1001011 0 100110 11111010 111101 100111

Color Harmonies of #3A279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A279F

Black with #3A279F

Text Example


Text Example

White with #3A279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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