Html Css Color HEX #3B2DAF Blue Gem

📋 copy color: '#3B2DAF'

red 59 ◦ green 45 ◦ blue 175

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

Shades of Blue Gem #3B2DAF

Tints of Blue Gem #3B2DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 62.72%

R = 21.15%
G = 16.13%
B = 62.72%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3B2DAF (or 0x3B2DAF) is known color: Blue Gem. HEX triplet: 3B, 2D and AF. RGB value is (59,45,175). Sum of RGB (Red+Green+Blue) = 59+45+175=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B2DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2DAF is #C4D250. Grayscale: #3F3F3F. Windows color (decimal): -12898897 or 11480379. OLE color: 11480379.

HSL color Cylindrical-coordinate representation of color #3B2DAF: hue angle of 246.46º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B2DAF is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 45 175 -
CMYK 0.66 0.74 0 0.31
HSL 246.46º 0.59% 0.43% -
HSV(B) 246.46º 0.74% 0.69% -
XYZ 10.48 5.9 41.14 -
YUV 64.01 190.64 124.43 -
System Red Green Blue C M Y K H S L
Decimal 59 45 175 0.66 0.74 0 0.31 246.46 0.59 0.43
Hex 3B 2D AF 42 4A 0 1F F6 3B 2B
Octal 73 55 257 102 112 0 37 366 73 53
Binary 111011 101101 10101111 1000010 1001010 0 11111 11110110 111011 101011

Color Harmonies of #3B2DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2DAF

Black with #3B2DAF

Text Example


Text Example

White with #3B2DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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