Html Css Color HEX #3F30AB Blue Gem

📋 copy color: '#3F30AB'

red 63 ◦ green 48 ◦ blue 171

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

Shades of Blue Gem #3F30AB

Tints of Blue Gem #3F30AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.02%

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 22.34%
G = 17.02%
B = 60.64%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F30AB (or 0x3F30AB) is known color: Blue Gem. HEX triplet: 3F, 30 and AB. RGB value is (63,48,171). Sum of RGB (Red+Green+Blue) = 63+48+171=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F30AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F30AB is #C0CF54. Grayscale: #424242. Windows color (decimal): -12635989 or 11219007. OLE color: 11219007.

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

Color convert

RGB 63 48 171 -
CMYK 0.63 0.72 0 0.33
HSL 247.32º 0.56% 0.43% -
HSV(B) 247.32º 0.72% 0.67% -
XYZ 10.46 6.11 39.16 -
YUV 66.51 186.97 125.5 -
System Red Green Blue C M Y K H S L
Decimal 63 48 171 0.63 0.72 0 0.33 247.32 0.56 0.43
Hex 3F 30 AB 3F 48 0 21 F7 38 2B
Octal 77 60 253 77 110 0 41 367 70 53
Binary 111111 110000 10101011 111111 1001000 0 100001 11110111 111000 101011

Color Harmonies of #3F30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F30AB

Black with #3F30AB

Text Example


Text Example

White with #3F30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,48,171); }

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

background-color css

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

 a { background-color: rgb(63,48,171); }

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

border-color css

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

 span { border-color: rgb(63,48,171); }

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