Html Css Color HEX #3F309D Blue Gem

📋 copy color: '#3F309D'

red 63 ◦ green 48 ◦ blue 157

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

Shades of Blue Gem #3F309D

Tints of Blue Gem #3F309D

RGB

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

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

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

R = 23.51%
G = 17.91%
B = 58.58%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F309D (or 0x3F309D) is known color: Blue Gem. HEX triplet: 3F, 30 and 9D. RGB value is (63,48,157). Sum of RGB (Red+Green+Blue) = 63+48+157=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F309D is #C0CF62. Grayscale: #404040. Windows color (decimal): -12636003 or 10301503. OLE color: 10301503.

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

Color convert

RGB 63 48 157 -
CMYK 0.60 0.69 0 0.38
HSL 248.26º 0.53% 0.4% -
HSV(B) 248.26º 0.69% 0.62% -
XYZ 9.19 5.6 32.5 -
YUV 64.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 63 48 157 0.60 0.69 0 0.38 248.26 0.53 0.4
Hex 3F 30 9D 3C 45 0 26 F8 35 28
Octal 77 60 235 74 105 0 46 370 65 50
Binary 111111 110000 10011101 111100 1000101 0 100110 11111000 110101 101000

Color Harmonies of #3F309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F309D

Black with #3F309D

Text Example


Text Example

White with #3F309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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