Html Css Color HEX #3F339C Blue Gem

📋 copy color: '#3F339C'

red 63 ◦ green 51 ◦ blue 156

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

Shades of Blue Gem #3F339C

Tints of Blue Gem #3F339C

RGB

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

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

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

R = 23.33%
G = 18.89%
B = 57.78%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F339C (or 0x3F339C) is known color: Blue Gem. HEX triplet: 3F, 33 and 9C. RGB value is (63,51,156). Sum of RGB (Red+Green+Blue) = 63+51+156=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F339C is #C0CC63. Grayscale: #424242. Windows color (decimal): -12635236 or 10236735. OLE color: 10236735.

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

Color convert

RGB 63 51 156 -
CMYK 0.60 0.67 0 0.39
HSL 246.86º 0.51% 0.41% -
HSV(B) 246.86º 0.67% 0.61% -
XYZ 9.23 5.82 32.09 -
YUV 66.56 178.48 125.46 -
System Red Green Blue C M Y K H S L
Decimal 63 51 156 0.60 0.67 0 0.39 246.86 0.51 0.41
Hex 3F 33 9C 3C 43 0 27 F7 33 29
Octal 77 63 234 74 103 0 47 367 63 51
Binary 111111 110011 10011100 111100 1000011 0 100111 11110111 110011 101001

Color Harmonies of #3F339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F339C

Black with #3F339C

Text Example


Text Example

White with #3F339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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