Html Css Color HEX #3F369E Blue Gem

📋 copy color: '#3F369E'

red 63 ◦ green 54 ◦ blue 158

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

Shades of Blue Gem #3F369E

Tints of Blue Gem #3F369E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 57.45%

R = 22.91%
G = 19.64%
B = 57.45%

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

#3F369E (or 0x3F369E) is known color: Blue Gem. HEX triplet: 3F, 36 and 9E. RGB value is (63,54,158). Sum of RGB (Red+Green+Blue) = 63+54+158=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F369E is #C0C961. Grayscale: #444444. Windows color (decimal): -12634466 or 10368575. OLE color: 10368575.

HSL color Cylindrical-coordinate representation of color #3F369E: hue angle of 245.19º 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 #3F369E is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 54 158 -
CMYK 0.60 0.66 0 0.38
HSL 245.19º 0.49% 0.42% -
HSV(B) 245.19º 0.66% 0.62% -
XYZ 9.54 6.16 33.03 -
YUV 68.55 178.48 124.04 -
System Red Green Blue C M Y K H S L
Decimal 63 54 158 0.60 0.66 0 0.38 245.19 0.49 0.42
Hex 3F 36 9E 3C 42 0 26 F5 31 2A
Octal 77 66 236 74 102 0 46 365 61 52
Binary 111111 110110 10011110 111100 1000010 0 100110 11110101 110001 101010

Color Harmonies of #3F369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F369E

Black with #3F369E

Text Example


Text Example

White with #3F369E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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