Html Css Color HEX #3F319C Blue Gem

📋 copy color: '#3F319C'

red 63 ◦ green 49 ◦ blue 156

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

Shades of Blue Gem #3F319C

Tints of Blue Gem #3F319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 58.21%

R = 23.51%
G = 18.28%
B = 58.21%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F319C (or 0x3F319C) is known color: Blue Gem. HEX triplet: 3F, 31 and 9C. RGB value is (63,49,156). Sum of RGB (Red+Green+Blue) = 63+49+156=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F319C is #C0CE63. Grayscale: #404040. Windows color (decimal): -12635748 or 10236223. OLE color: 10236223.

HSL color Cylindrical-coordinate representation of color #3F319C: hue angle of 247.85º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F319C is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 49 156 -
CMYK 0.60 0.69 0 0.39
HSL 247.85º 0.52% 0.4% -
HSV(B) 247.85º 0.69% 0.61% -
XYZ 9.15 5.65 32.06 -
YUV 65.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 63 49 156 0.60 0.69 0 0.39 247.85 0.52 0.4
Hex 3F 31 9C 3C 45 0 27 F8 34 28
Octal 77 61 234 74 105 0 47 370 64 50
Binary 111111 110001 10011100 111100 1000101 0 100111 11111000 110100 101000

Color Harmonies of #3F319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F319C

Black with #3F319C

Text Example


Text Example

White with #3F319C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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