Html Css Color HEX #3F369F Blue Gem

📋 copy color: '#3F369F'

red 63 ◦ green 54 ◦ blue 159

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

Shades of Blue Gem #3F369F

Tints of Blue Gem #3F369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.57%

 BLUE value IS 159 (62.5% from 255) = 57.61%

R = 22.83%
G = 19.57%
B = 57.61%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F369F (or 0x3F369F) is known color: Blue Gem. HEX triplet: 3F, 36 and 9F. RGB value is (63,54,159). Sum of RGB (Red+Green+Blue) = 63+54+159=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F369F is #C0C960. Grayscale: #444444. Windows color (decimal): -12634465 or 10434111. OLE color: 10434111.

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

Color convert

RGB 63 54 159 -
CMYK 0.60 0.66 0 0.38
HSL 245.14º 0.49% 0.42% -
HSV(B) 245.14º 0.66% 0.62% -
XYZ 9.63 6.2 33.49 -
YUV 68.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 63 54 159 0.60 0.66 0 0.38 245.14 0.49 0.42
Hex 3F 36 9F 3C 42 0 26 F5 31 2A
Octal 77 66 237 74 102 0 46 365 61 52
Binary 111111 110110 10011111 111100 1000010 0 100110 11110101 110001 101010

Color Harmonies of #3F369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F369F

Black with #3F369F

Text Example


Text Example

White with #3F369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,54,159); }

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

background-color css

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

 a { background-color: rgb(63,54,159); }

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

border-color css

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

 span { border-color: rgb(63,54,159); }

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