Html Css Color HEX #3F339D Blue Gem

📋 copy color: '#3F339D'

red 63 ◦ green 51 ◦ blue 157

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

Shades of Blue Gem #3F339D

Tints of Blue Gem #3F339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.82%

 BLUE value IS 157 (61.72% from 255) = 57.93%

R = 23.25%
G = 18.82%
B = 57.93%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F339D (or 0x3F339D) is known color: Blue Gem. HEX triplet: 3F, 33 and 9D. RGB value is (63,51,157). Sum of RGB (Red+Green+Blue) = 63+51+157=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F339D is #C0CC62. Grayscale: #424242. Windows color (decimal): -12635235 or 10302271. OLE color: 10302271.

HSL color Cylindrical-coordinate representation of color #3F339D: hue angle of 246.79º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F339D is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 51 157 -
CMYK 0.60 0.68 0 0.38
HSL 246.79º 0.51% 0.41% -
HSV(B) 246.79º 0.68% 0.62% -
XYZ 9.32 5.86 32.54 -
YUV 66.67 178.98 125.38 -
System Red Green Blue C M Y K H S L
Decimal 63 51 157 0.60 0.68 0 0.38 246.79 0.51 0.41
Hex 3F 33 9D 3C 44 0 26 F7 33 29
Octal 77 63 235 74 104 0 46 367 63 51
Binary 111111 110011 10011101 111100 1000100 0 100110 11110111 110011 101001

Color Harmonies of #3F339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F339D

Black with #3F339D

Text Example


Text Example

White with #3F339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,51,157); }

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

background-color css

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

 a { background-color: rgb(63,51,157); }

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

border-color css

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

 span { border-color: rgb(63,51,157); }

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