Html Css Color HEX #3F32B3 Blue Gem

📋 copy color: '#3F32B3'

red 63 ◦ green 50 ◦ blue 179

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

Shades of Blue Gem #3F32B3

Tints of Blue Gem #3F32B3

RGB

 RED value IS 63 (25% from 255) = 21.58%

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

 BLUE value IS 179 (70.31% from 255) = 61.3%

R = 21.58%
G = 17.12%
B = 61.3%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3F32B3 (or 0x3F32B3) is known color: Blue Gem. HEX triplet: 3F, 32 and B3. RGB value is (63,50,179). Sum of RGB (Red+Green+Blue) = 63+50+179=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 179 (70.31% from 255 or 61.30% from 292); Max value from RGB is 179 - color contains mainly: blue. Hex color #3F32B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F32B3 is #C0CD4C. Grayscale: #444444. Windows color (decimal): -12635469 or 11743807. OLE color: 11743807.

HSL color Cylindrical-coordinate representation of color #3F32B3: hue angle of 246.05º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F32B3 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 63 50 179 -
CMYK 0.65 0.72 0 0.30
HSL 246.05º 0.56% 0.45% -
HSV(B) 246.05º 0.72% 0.7% -
XYZ 11.33 6.59 43.32 -
YUV 68.59 190.31 124.01 -
System Red Green Blue C M Y K H S L
Decimal 63 50 179 0.65 0.72 0 0.30 246.05 0.56 0.45
Hex 3F 32 B3 41 48 0 1E F6 38 2D
Octal 77 62 263 101 110 0 36 366 70 55
Binary 111111 110010 10110011 1000001 1001000 0 11110 11110110 111000 101101

Color Harmonies of #3F32B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F32B3

Black with #3F32B3

Text Example


Text Example

White with #3F32B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,50,179); }

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

background-color css

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

 a { background-color: rgb(63,50,179); }

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

border-color css

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

 span { border-color: rgb(63,50,179); }

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