Html Css Color HEX #3B249B Blue Gem

📋 copy color: '#3B249B'

red 59 ◦ green 36 ◦ blue 155

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

Shades of Blue Gem #3B249B

Tints of Blue Gem #3B249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.4%

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

R = 23.6%
G = 14.4%
B = 62%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3B249B (or 0x3B249B) is known color: Blue Gem. HEX triplet: 3B, 24 and 9B. RGB value is (59,36,155). Sum of RGB (Red+Green+Blue) = 59+36+155=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B249B is #C4DB64. Grayscale: #373737. Windows color (decimal): -12901221 or 10167355. OLE color: 10167355.

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

Color convert

RGB 59 36 155 -
CMYK 0.62 0.77 0 0.39
HSL 251.6º 0.62% 0.37% -
HSV(B) 251.6º 0.77% 0.61% -
XYZ 8.35 4.56 31.45 -
YUV 56.44 183.62 129.82 -
System Red Green Blue C M Y K H S L
Decimal 59 36 155 0.62 0.77 0 0.39 251.6 0.62 0.37
Hex 3B 24 9B 3E 4D 0 27 FC 3E 25
Octal 73 44 233 76 115 0 47 374 76 45
Binary 111011 100100 10011011 111110 1001101 0 100111 11111100 111110 100101

Color Harmonies of #3B249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B249B

Black with #3B249B

Text Example


Text Example

White with #3B249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,36,155); }

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

background-color css

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

 a { background-color: rgb(59,36,155); }

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

border-color css

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

 span { border-color: rgb(59,36,155); }

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