Html Css Color HEX #3B32AF Blue Gem

📋 copy color: '#3B32AF'

red 59 ◦ green 50 ◦ blue 175

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

Shades of Blue Gem #3B32AF

Tints of Blue Gem #3B32AF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

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

R = 20.77%
G = 17.61%
B = 61.62%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3B32AF (or 0x3B32AF) is known color: Blue Gem. HEX triplet: 3B, 32 and AF. RGB value is (59,50,175). Sum of RGB (Red+Green+Blue) = 59+50+175=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B32AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B32AF is #C4CD50. Grayscale: #424242. Windows color (decimal): -12897617 or 11481659. OLE color: 11481659.

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

Color convert

RGB 59 50 175 -
CMYK 0.66 0.71 0 0.31
HSL 244.32º 0.56% 0.44% -
HSV(B) 244.32º 0.71% 0.69% -
XYZ 10.68 6.31 41.21 -
YUV 66.94 188.98 122.34 -
System Red Green Blue C M Y K H S L
Decimal 59 50 175 0.66 0.71 0 0.31 244.32 0.56 0.44
Hex 3B 32 AF 42 47 0 1F F4 38 2C
Octal 73 62 257 102 107 0 37 364 70 54
Binary 111011 110010 10101111 1000010 1000111 0 11111 11110100 111000 101100

Color Harmonies of #3B32AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B32AF

Black with #3B32AF

Text Example


Text Example

White with #3B32AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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