Html Css Color HEX #3A279C Blue Gem

📋 copy color: '#3A279C'

red 58 ◦ green 39 ◦ blue 156

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

Shades of Blue Gem #3A279C

Tints of Blue Gem #3A279C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 61.66%

R = 22.92%
G = 15.42%
B = 61.66%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A279C (or 0x3A279C) is known color: Blue Gem. HEX triplet: 3A, 27 and 9C. RGB value is (58,39,156). Sum of RGB (Red+Green+Blue) = 58+39+156=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A279C is #C5D863. Grayscale: #393939. Windows color (decimal): -12965988 or 10233658. OLE color: 10233658.

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

Color convert

RGB 58 39 156 -
CMYK 0.63 0.75 0 0.39
HSL 249.74º 0.6% 0.38% -
HSV(B) 249.74º 0.75% 0.61% -
XYZ 8.47 4.75 31.92 -
YUV 58.02 183.29 127.99 -
System Red Green Blue C M Y K H S L
Decimal 58 39 156 0.63 0.75 0 0.39 249.74 0.6 0.38
Hex 3A 27 9C 3F 4B 0 27 FA 3C 26
Octal 72 47 234 77 113 0 47 372 74 46
Binary 111010 100111 10011100 111111 1001011 0 100111 11111010 111100 100110

Color Harmonies of #3A279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A279C

Black with #3A279C

Text Example


Text Example

White with #3A279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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