Html Css Color HEX #3A249B Blue Gem

📋 copy color: '#3A249B'

red 58 ◦ green 36 ◦ blue 155

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

Shades of Blue Gem #3A249B

Tints of Blue Gem #3A249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62.25%

R = 23.29%
G = 14.46%
B = 62.25%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A249B (or 0x3A249B) is known color: Blue Gem. HEX triplet: 3A, 24 and 9B. RGB value is (58,36,155). Sum of RGB (Red+Green+Blue) = 58+36+155=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A249B is #C5DB64. Grayscale: #373737. Windows color (decimal): -12966757 or 10167354. OLE color: 10167354.

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

Color convert

RGB 58 36 155 -
CMYK 0.63 0.77 0 0.39
HSL 251.09º 0.62% 0.37% -
HSV(B) 251.09º 0.77% 0.61% -
XYZ 8.29 4.53 31.45 -
YUV 56.14 183.79 129.32 -
System Red Green Blue C M Y K H S L
Decimal 58 36 155 0.63 0.77 0 0.39 251.09 0.62 0.37
Hex 3A 24 9B 3F 4D 0 27 FB 3E 25
Octal 72 44 233 77 115 0 47 373 76 45
Binary 111010 100100 10011011 111111 1001101 0 100111 11111011 111110 100101

Color Harmonies of #3A249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A249B

Black with #3A249B

Text Example


Text Example

White with #3A249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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