Html Css Color HEX #3F30AE Blue Gem

📋 copy color: '#3F30AE'

red 63 ◦ green 48 ◦ blue 174

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

Shades of Blue Gem #3F30AE

Tints of Blue Gem #3F30AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.05%

R = 22.11%
G = 16.84%
B = 61.05%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F30AE (or 0x3F30AE) is known color: Blue Gem. HEX triplet: 3F, 30 and AE. RGB value is (63,48,174). Sum of RGB (Red+Green+Blue) = 63+48+174=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F30AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F30AE is #C0CF51. Grayscale: #424242. Windows color (decimal): -12635986 or 11415615. OLE color: 11415615.

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

Color convert

RGB 63 48 174 -
CMYK 0.64 0.72 0 0.32
HSL 247.14º 0.57% 0.44% -
HSV(B) 247.14º 0.72% 0.68% -
XYZ 10.75 6.23 40.68 -
YUV 66.85 188.47 125.25 -
System Red Green Blue C M Y K H S L
Decimal 63 48 174 0.64 0.72 0 0.32 247.14 0.57 0.44
Hex 3F 30 AE 40 48 0 20 F7 39 2C
Octal 77 60 256 100 110 0 40 367 71 54
Binary 111111 110000 10101110 1000000 1001000 0 100000 11110111 111001 101100

Color Harmonies of #3F30AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F30AE

Black with #3F30AE

Text Example


Text Example

White with #3F30AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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