Html Css Color HEX #3A239B Blue Gem

📋 copy color: '#3A239B'

red 58 ◦ green 35 ◦ blue 155

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

Shades of Blue Gem #3A239B

Tints of Blue Gem #3A239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.11%

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

R = 23.39%
G = 14.11%
B = 62.5%

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

#3A239B (or 0x3A239B) is known color: Blue Gem. HEX triplet: 3A, 23 and 9B. RGB value is (58,35,155). Sum of RGB (Red+Green+Blue) = 58+35+155=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A239B is #C5DC64. Grayscale: #373737. Windows color (decimal): -12967013 or 10167098. OLE color: 10167098.

HSL color Cylindrical-coordinate representation of color #3A239B: hue angle of 251.5º degrees, saturation: 0.63, 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 #3A239B is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 35 155 -
CMYK 0.63 0.77 0 0.39
HSL 251.5º 0.63% 0.37% -
HSV(B) 251.5º 0.77% 0.61% -
XYZ 8.26 4.47 31.44 -
YUV 55.56 184.12 129.74 -
System Red Green Blue C M Y K H S L
Decimal 58 35 155 0.63 0.77 0 0.39 251.5 0.63 0.37
Hex 3A 23 9B 3F 4D 0 27 FC 3F 25
Octal 72 43 233 77 115 0 47 374 77 45
Binary 111010 100011 10011011 111111 1001101 0 100111 11111100 111111 100101

Color Harmonies of #3A239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A239B

Black with #3A239B

Text Example


Text Example

White with #3A239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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