Html Css Color HEX #3B289C Blue Gem

📋 copy color: '#3B289C'

red 59 ◦ green 40 ◦ blue 156

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

Shades of Blue Gem #3B289C

Tints of Blue Gem #3B289C

RGB

 RED value IS 59 (23.44% from 255) = 23.14%

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

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

R = 23.14%
G = 15.69%
B = 61.18%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3B289C (or 0x3B289C) is known color: Blue Gem. HEX triplet: 3B, 28 and 9C. RGB value is (59,40,156). Sum of RGB (Red+Green+Blue) = 59+40+156=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B289C is #C4D763. Grayscale: #3A3A3A. Windows color (decimal): -12900196 or 10233915. OLE color: 10233915.

HSL color Cylindrical-coordinate representation of color #3B289C: hue angle of 249.83º 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 #3B289C is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 59 40 156 -
CMYK 0.62 0.74 0 0.39
HSL 249.83º 0.59% 0.38% -
HSV(B) 249.83º 0.74% 0.61% -
XYZ 8.56 4.85 31.94 -
YUV 58.91 182.79 128.07 -
System Red Green Blue C M Y K H S L
Decimal 59 40 156 0.62 0.74 0 0.39 249.83 0.59 0.38
Hex 3B 28 9C 3E 4A 0 27 FA 3B 26
Octal 73 50 234 76 112 0 47 372 73 46
Binary 111011 101000 10011100 111110 1001010 0 100111 11111010 111011 100110

Color Harmonies of #3B289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B289C

Black with #3B289C

Text Example


Text Example

White with #3B289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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