Html Css Color HEX #3F3198 Blue Gem

📋 copy color: '#3F3198'

red 63 ◦ green 49 ◦ blue 152

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

Shades of Blue Gem #3F3198

Tints of Blue Gem #3F3198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.58%

R = 23.86%
G = 18.56%
B = 57.58%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3F3198 (or 0x3F3198) is known color: Blue Gem. HEX triplet: 3F, 31 and 98. RGB value is (63,49,152). Sum of RGB (Red+Green+Blue) = 63+49+152=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F3198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3198 is #C0CE67. Grayscale: #404040. Windows color (decimal): -12635752 or 9974079. OLE color: 9974079.

HSL color Cylindrical-coordinate representation of color #3F3198: hue angle of 248.16º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F3198 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 63 49 152 -
CMYK 0.59 0.68 0 0.40
HSL 248.16º 0.51% 0.39% -
HSV(B) 248.16º 0.68% 0.6% -
XYZ 8.82 5.52 30.31 -
YUV 64.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 63 49 152 0.59 0.68 0 0.40 248.16 0.51 0.39
Hex 3F 31 98 3B 44 0 28 F8 33 27
Octal 77 61 230 73 104 0 50 370 63 47
Binary 111111 110001 10011000 111011 1000100 0 101000 11111000 110011 100111

Color Harmonies of #3F3198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3198

Black with #3F3198

Text Example


Text Example

White with #3F3198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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