Html Css Color HEX #3A289C Blue Gem

📋 copy color: '#3A289C'

red 58 ◦ green 40 ◦ blue 156

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

Shades of Blue Gem #3A289C

Tints of Blue Gem #3A289C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 61.42%

R = 22.83%
G = 15.75%
B = 61.42%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A289C (or 0x3A289C) is known color: Blue Gem. HEX triplet: 3A, 28 and 9C. RGB value is (58,40,156). Sum of RGB (Red+Green+Blue) = 58+40+156=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A289C is #C5D763. Grayscale: #3A3A3A. Windows color (decimal): -12965732 or 10233914. OLE color: 10233914.

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

Color convert

RGB 58 40 156 -
CMYK 0.63 0.74 0 0.39
HSL 249.31º 0.59% 0.38% -
HSV(B) 249.31º 0.74% 0.61% -
XYZ 8.5 4.82 31.93 -
YUV 58.61 182.96 127.57 -
System Red Green Blue C M Y K H S L
Decimal 58 40 156 0.63 0.74 0 0.39 249.31 0.59 0.38
Hex 3A 28 9C 3F 4A 0 27 F9 3B 26
Octal 72 50 234 77 112 0 47 371 73 46
Binary 111010 101000 10011100 111111 1001010 0 100111 11111001 111011 100110

Color Harmonies of #3A289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A289C

Black with #3A289C

Text Example


Text Example

White with #3A289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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