Html Css Color HEX #3B28AB Blue Gem

📋 copy color: '#3B28AB'

red 59 ◦ green 40 ◦ blue 171

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

Shades of Blue Gem #3B28AB

Tints of Blue Gem #3B28AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.33%

R = 21.85%
G = 14.81%
B = 63.33%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B28AB (or 0x3B28AB) is known color: Blue Gem. HEX triplet: 3B, 28 and AB. RGB value is (59,40,171). Sum of RGB (Red+Green+Blue) = 59+40+171=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B28AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B28AB is #C4D754. Grayscale: #3C3C3C. Windows color (decimal): -12900181 or 11216955. OLE color: 11216955.

HSL color Cylindrical-coordinate representation of color #3B28AB: hue angle of 248.7º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B28AB is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 40 171 -
CMYK 0.65 0.77 0 0.33
HSL 248.7º 0.62% 0.41% -
HSV(B) 248.7º 0.77% 0.67% -
XYZ 9.91 5.39 39.05 -
YUV 60.62 190.29 126.85 -
System Red Green Blue C M Y K H S L
Decimal 59 40 171 0.65 0.77 0 0.33 248.7 0.62 0.41
Hex 3B 28 AB 41 4D 0 21 F9 3E 29
Octal 73 50 253 101 115 0 41 371 76 51
Binary 111011 101000 10101011 1000001 1001101 0 100001 11111001 111110 101001

Color Harmonies of #3B28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B28AB

Black with #3B28AB

Text Example


Text Example

White with #3B28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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