Html Css Color HEX #3A249A Blue Gem

📋 copy color: '#3A249A'

red 58 ◦ green 36 ◦ blue 154

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

Shades of Blue Gem #3A249A

Tints of Blue Gem #3A249A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.52%

 BLUE value IS 154 (60.55% from 255) = 62.1%

R = 23.39%
G = 14.52%
B = 62.1%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3A249A (or 0x3A249A) is known color: Blue Gem. HEX triplet: 3A, 24 and 9A. RGB value is (58,36,154). Sum of RGB (Red+Green+Blue) = 58+36+154=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A249A is #C5DB65. Grayscale: #373737. Windows color (decimal): -12966758 or 10101818. OLE color: 10101818.

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

Color convert

RGB 58 36 154 -
CMYK 0.62 0.77 0 0.40
HSL 251.19º 0.62% 0.37% -
HSV(B) 251.19º 0.77% 0.6% -
XYZ 8.21 4.49 31.01 -
YUV 56.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 58 36 154 0.62 0.77 0 0.40 251.19 0.62 0.37
Hex 3A 24 9A 3E 4D 0 28 FB 3E 25
Octal 72 44 232 76 115 0 50 373 76 45
Binary 111010 100100 10011010 111110 1001101 0 101000 11111011 111110 100101

Color Harmonies of #3A249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A249A

Black with #3A249A

Text Example


Text Example

White with #3A249A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,36,154); }

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

background-color css

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

 a { background-color: rgb(58,36,154); }

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

border-color css

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

 span { border-color: rgb(58,36,154); }

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