Html Css Color HEX #3A239D Blue Gem

📋 copy color: '#3A239D'

red 58 ◦ green 35 ◦ blue 157

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

Shades of Blue Gem #3A239D

Tints of Blue Gem #3A239D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 62.8%

R = 23.2%
G = 14%
B = 62.8%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A239D (or 0x3A239D) is known color: Blue Gem. HEX triplet: 3A, 23 and 9D. RGB value is (58,35,157). Sum of RGB (Red+Green+Blue) = 58+35+157=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A239D is #C5DC62. Grayscale: #373737. Windows color (decimal): -12967011 or 10298170. OLE color: 10298170.

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

Color convert

RGB 58 35 157 -
CMYK 0.63 0.78 0 0.38
HSL 251.31º 0.64% 0.38% -
HSV(B) 251.31º 0.78% 0.62% -
XYZ 8.43 4.54 32.33 -
YUV 55.79 185.12 129.58 -
System Red Green Blue C M Y K H S L
Decimal 58 35 157 0.63 0.78 0 0.38 251.31 0.64 0.38
Hex 3A 23 9D 3F 4E 0 26 FB 40 26
Octal 72 43 235 77 116 0 46 373 100 46
Binary 111010 100011 10011101 111111 1001110 0 100110 11111011 1000000 100110

Color Harmonies of #3A239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A239D

Black with #3A239D

Text Example


Text Example

White with #3A239D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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