Html Css Color HEX #3F1FAA Blue Gem

📋 copy color: '#3F1FAA'

red 63 ◦ green 31 ◦ blue 170

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

Shades of Blue Gem #3F1FAA

Tints of Blue Gem #3F1FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.74%

 BLUE value IS 170 (66.8% from 255) = 64.39%

R = 23.86%
G = 11.74%
B = 64.39%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F1FAA (or 0x3F1FAA) is known color: Blue Gem. HEX triplet: 3F, 1F and AA. RGB value is (63,31,170). Sum of RGB (Red+Green+Blue) = 63+31+170=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F1FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F1FAA is #C0E055. Grayscale: #373737. Windows color (decimal): -12640342 or 11149119. OLE color: 11149119.

HSL color Cylindrical-coordinate representation of color #3F1FAA: hue angle of 253.81º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F1FAA is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 31 170 -
CMYK 0.63 0.82 0 0.33
HSL 253.81º 0.69% 0.39% -
HSV(B) 253.81º 0.82% 0.67% -
XYZ 9.8 4.94 38.47 -
YUV 56.41 192.1 132.7 -
System Red Green Blue C M Y K H S L
Decimal 63 31 170 0.63 0.82 0 0.33 253.81 0.69 0.39
Hex 3F 1F AA 3F 52 0 21 FE 45 27
Octal 77 37 252 77 122 0 41 376 105 47
Binary 111111 11111 10101010 111111 1010010 0 100001 11111110 1000101 100111

Color Harmonies of #3F1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1FAA

Black with #3F1FAA

Text Example


Text Example

White with #3F1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,31,170); }

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

background-color css

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

 a { background-color: rgb(63,31,170); }

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

border-color css

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

 span { border-color: rgb(63,31,170); }

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