Html Css Color HEX #3B2DA6 Blue Gem

📋 copy color: '#3B2DA6'

red 59 ◦ green 45 ◦ blue 166

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

Shades of Blue Gem #3B2DA6

Tints of Blue Gem #3B2DA6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.67%

 BLUE value IS 166 (65.23% from 255) = 61.48%

R = 21.85%
G = 16.67%
B = 61.48%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3B2DA6 (or 0x3B2DA6) is known color: Blue Gem. HEX triplet: 3B, 2D and A6. RGB value is (59,45,166). Sum of RGB (Red+Green+Blue) = 59+45+166=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 166 (65.23% from 255 or 61.48% from 270); Max value from RGB is 166 - color contains mainly: blue. Hex color #3B2DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2DA6 is #C4D259. Grayscale: #3E3E3E. Windows color (decimal): -12898906 or 10890555. OLE color: 10890555.

HSL color Cylindrical-coordinate representation of color #3B2DA6: hue angle of 246.94º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B2DA6 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 59 45 166 -
CMYK 0.64 0.73 0 0.35
HSL 246.94º 0.57% 0.41% -
HSV(B) 246.94º 0.73% 0.65% -
XYZ 9.62 5.56 36.64 -
YUV 62.98 186.14 125.16 -
System Red Green Blue C M Y K H S L
Decimal 59 45 166 0.64 0.73 0 0.35 246.94 0.57 0.41
Hex 3B 2D A6 40 49 0 23 F7 39 29
Octal 73 55 246 100 111 0 43 367 71 51
Binary 111011 101101 10100110 1000000 1001001 0 100011 11110111 111001 101001

Color Harmonies of #3B2DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2DA6

Black with #3B2DA6

Text Example


Text Example

White with #3B2DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,45,166); }

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

background-color css

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

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

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

border-color css

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

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

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