Html Css Color HEX #3F259C Blue Gem

📋 copy color: '#3F259C'

red 63 ◦ green 37 ◦ blue 156

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

Shades of Blue Gem #3F259C

Tints of Blue Gem #3F259C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

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

R = 24.61%
G = 14.45%
B = 60.94%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F259C (or 0x3F259C) is known color: Blue Gem. HEX triplet: 3F, 25 and 9C. RGB value is (63,37,156). Sum of RGB (Red+Green+Blue) = 63+37+156=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F259C is #C0DA63. Grayscale: #393939. Windows color (decimal): -12638820 or 10233151. OLE color: 10233151.

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

Color convert

RGB 63 37 156 -
CMYK 0.60 0.76 0 0.39
HSL 253.11º 0.62% 0.38% -
HSV(B) 253.11º 0.76% 0.61% -
XYZ 8.71 4.78 31.92 -
YUV 58.34 183.11 131.32 -
System Red Green Blue C M Y K H S L
Decimal 63 37 156 0.60 0.76 0 0.39 253.11 0.62 0.38
Hex 3F 25 9C 3C 4C 0 27 FD 3E 26
Octal 77 45 234 74 114 0 47 375 76 46
Binary 111111 100101 10011100 111100 1001100 0 100111 11111101 111110 100110

Color Harmonies of #3F259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F259C

Black with #3F259C

Text Example


Text Example

White with #3F259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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