Html Css Color HEX #3B3BAC Blue Gem

📋 copy color: '#3B3BAC'

red 59 ◦ green 59 ◦ blue 172

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

Shades of Blue Gem #3B3BAC

Tints of Blue Gem #3B3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.34%

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 20.34%
G = 20.34%
B = 59.31%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B3BAC (or 0x3B3BAC) is known color: Blue Gem. HEX triplet: 3B, 3B and AC. RGB value is (59,59,172). Sum of RGB (Red+Green+Blue) = 59+59+172=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B3BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3BAC is #C4C453. Grayscale: #474747. Windows color (decimal): -12895316 or 11287355. OLE color: 11287355.

HSL color Cylindrical-coordinate representation of color #3B3BAC: hue angle of 240º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B3BAC is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 59 172 -
CMYK 0.66 0.66 0 0.33
HSL 240º 0.49% 0.45% -
HSV(B) 240º 0.66% 0.67% -
XYZ 10.81 7.04 39.82 -
YUV 71.88 184.5 118.81 -
System Red Green Blue C M Y K H S L
Decimal 59 59 172 0.66 0.66 0 0.33 240 0.49 0.45
Hex 3B 3B AC 42 42 0 21 F0 31 2D
Octal 73 73 254 102 102 0 41 360 61 55
Binary 111011 111011 10101100 1000010 1000010 0 100001 11110000 110001 101101

Color Harmonies of #3B3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3BAC

Black with #3B3BAC

Text Example


Text Example

White with #3B3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,59,172); }

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

background-color css

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

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

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

border-color css

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

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

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