Html Css Color HEX #3F31AF Blue Gem

📋 copy color: '#3F31AF'

red 63 ◦ green 49 ◦ blue 175

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

Shades of Blue Gem #3F31AF

Tints of Blue Gem #3F31AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.07%

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

R = 21.95%
G = 17.07%
B = 60.98%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3F31AF (or 0x3F31AF) is known color: Blue Gem. HEX triplet: 3F, 31 and AF. RGB value is (63,49,175). Sum of RGB (Red+Green+Blue) = 63+49+175=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F31AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F31AF is #C0CE50. Grayscale: #434343. Windows color (decimal): -12635729 or 11481407. OLE color: 11481407.

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

Color convert

RGB 63 49 175 -
CMYK 0.64 0.72 0 0.31
HSL 246.67º 0.56% 0.44% -
HSV(B) 246.67º 0.72% 0.69% -
XYZ 10.89 6.35 41.21 -
YUV 67.55 188.64 124.75 -
System Red Green Blue C M Y K H S L
Decimal 63 49 175 0.64 0.72 0 0.31 246.67 0.56 0.44
Hex 3F 31 AF 40 48 0 1F F7 38 2C
Octal 77 61 257 100 110 0 37 367 70 54
Binary 111111 110001 10101111 1000000 1001000 0 11111 11110111 111000 101100

Color Harmonies of #3F31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F31AF

Black with #3F31AF

Text Example


Text Example

White with #3F31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,49,175); }

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

background-color css

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

 a { background-color: rgb(63,49,175); }

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

border-color css

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

 span { border-color: rgb(63,49,175); }

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