Html Css Color HEX #3A289D Blue Gem

📋 copy color: '#3A289D'

red 58 ◦ green 40 ◦ blue 157

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

Shades of Blue Gem #3A289D

Tints of Blue Gem #3A289D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.69%

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

R = 22.75%
G = 15.69%
B = 61.57%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A289D (or 0x3A289D) is known color: Blue Gem. HEX triplet: 3A, 28 and 9D. RGB value is (58,40,157). Sum of RGB (Red+Green+Blue) = 58+40+157=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A289D is #C5D762. Grayscale: #3A3A3A. Windows color (decimal): -12965731 or 10299450. OLE color: 10299450.

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

Color convert

RGB 58 40 157 -
CMYK 0.63 0.75 0 0.38
HSL 249.23º 0.59% 0.39% -
HSV(B) 249.23º 0.75% 0.62% -
XYZ 8.59 4.85 32.38 -
YUV 58.72 183.46 127.49 -
System Red Green Blue C M Y K H S L
Decimal 58 40 157 0.63 0.75 0 0.38 249.23 0.59 0.39
Hex 3A 28 9D 3F 4B 0 26 F9 3B 27
Octal 72 50 235 77 113 0 46 371 73 47
Binary 111010 101000 10011101 111111 1001011 0 100110 11111001 111011 100111

Color Harmonies of #3A289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A289D

Black with #3A289D

Text Example


Text Example

White with #3A289D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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