Html Css Color HEX #3F3399 Blue Gem

📋 copy color: '#3F3399'

red 63 ◦ green 51 ◦ blue 153

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

Shades of Blue Gem #3F3399

Tints of Blue Gem #3F3399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.3%

R = 23.6%
G = 19.1%
B = 57.3%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3F3399 (or 0x3F3399) is known color: Blue Gem. HEX triplet: 3F, 33 and 99. RGB value is (63,51,153). Sum of RGB (Red+Green+Blue) = 63+51+153=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F3399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3399 is #C0CC66. Grayscale: #414141. Windows color (decimal): -12635239 or 10040127. OLE color: 10040127.

HSL color Cylindrical-coordinate representation of color #3F3399: hue angle of 247.06º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F3399 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 63 51 153 -
CMYK 0.59 0.67 0 0.4
HSL 247.06º 0.5% 0.4% -
HSV(B) 247.06º 0.67% 0.6% -
XYZ 8.98 5.72 30.77 -
YUV 66.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 63 51 153 0.59 0.67 0 0.4 247.06 0.5 0.4
Hex 3F 33 99 3B 43 0 28 F7 32 28
Octal 77 63 231 73 103 0 50 367 62 50
Binary 111111 110011 10011001 111011 1000011 0 101000 11110111 110010 101000

Color Harmonies of #3F3399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3399

Black with #3F3399

Text Example


Text Example

White with #3F3399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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